Print      Open PDF Version of Online Help


Previous Topic

Next Topic

Creating HTML Web Applets

Create this type of applet for embedded content in the HTML code, to which you want to make additions.

NOTE: For information about the considerations that apply to using customized code in Oracle CRM On Demand, see Important Considerations for Customers Using Customized Code in Oracle CRM On Demand.

To create a HTML Web applet

NOTE: This is the final step in creating a Web applet, as described in the topics: Creating Web Applets for Record Types and Creating Global Web Applets.

On the Web Applet page, complete the following fields, and click Save.

Field

Comments

Type

Select HTML.

Record Type Fields

NOTE: This field is applicable only when the Location value is Detail Page.

Place your cursor in the Web Applet HTML field where you want to add a parameter, and then select the field that you want to include from the drop-down list.

For example, if you select the field Row id, %%%Row id%%% is inserted. At run-time, this parameter is replaced with the row ID of the current record.

HTML Head Additions

The HTML that you enter is used in the src attribute of an <iframe> element within the HTML code of the page to which you add the Web applet. Any code that you add to the Web Applet HTML field is added to the <iframe> element. You can include references to JavaScript files that you embed in the <head> section of the HTML in this field.

Referencing JavaScript files on Oracle CRM On Demand pages is not supported. Any content that you enter in this field is added to the <head> tags.

Web Applet HTML

The HTML that you enter is used in the src attribute of an <iframe> element within the HTML code of the page to which you add the Web applet.

Any code that you add to the Web Applet HTML field is added to the <iframe> element. Any content that you enter in this field is added to the <body> tags.

Always Run

This check box determines whether the custom Web applet will be executed if the applet is minimized. This check box is available only for Web applets that you create for record-type Detail pages or the Action bar.

Height

 

 

The height of the applet in pixels.

Modern Icon

Click the Lookup icon (magnifying glass) to select the icon that is to be used for the Web applet in modern themes. The Modern Icon field is available only for Web applets that you create for record-type Detail pages.


Published 7/3/2018 Copyright © 2005, 2018, Oracle. All rights reserved. Legal Notices.