Oracle Web Services On Demand Guide > Oracle CRM On Demand Objects Accessible Through Web Services > Child Objects (Web Services v2.0) >

Custom Web Applet


For parent objects that support custom Web applets, you can use the QueryPage method to access the Detail page custom Web applets for the object. All custom Web applets enabled for the company can be returned regardless of whether they are enabled in the page layout for the record type.

The URL and HTML code in custom Web applets can contain field and function parameters that are evaluated at run time. The QueryPage method returns URL and HTML data with the evaluated fields and functions. This contrasts with the Administrative Web service methods, DetailPageCustomWebAppletRead and DetailPageCustomWebAppletReadAll, which do not return evaluated URLs or HTML data.

Table 781 shows the custom Web applet fields that are returned by the QueryPage method and whether they are filterable:

Table 781. Custom Web Applet Fields
Field Name
Description
Filterable

Name

The language-independent name of the custom Web applet.

Yes

DisplayName

The display name of the Web applet in the language of the currently logged-in user.

Yes

Type

The type of Web applet: Feed, HTML, or URL.

Yes

URL

The evaluated URL for the Feed or URL type of Web applet.

No

HTMLHead

The evaluated HTML header code for the HTML type of Web applet.

No

HTMLBody

The evaluated HTML body code for the HTML type of Web applet.

No

Height

The height of the Web applet in pixels.

Yes

Other fields, similar to the audit fields returned for record type objects are also returned for each custom Web applet. For more information, see Audit Fields.

For more information about custom Web applets, see Oracle CRM On Demand Online Help.

Oracle Web Services On Demand Guide, Version 21.0 (Oracle CRM On Demand Release 33) Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.