Resolving Tile Presentation for a Specific List Applet

The tile presentation may not be rendered correctly for certain list applets associated with the Custom Manifest Object definition. To resolve the tile presentation for a specific list applet, the applet Manifest objects must be changed to point to the custom JS files. For example, the Account Attachment Object Applet is customized as shown here.

The manifest object definition for UI Object (Applet Physical Renderer -Account Attachment Applet) is:

Type

Usage Type

Name

Applet

Physical Renderer

Account Attachment Applet

The Object Expression for UI Object (Applet Physical Renderer - Account Attachment Applet) is as follows:

Expression

Level

File Name

Not Set

1

siebel/attachmentprenderer.js

The default JS file must be added and the order level of the Account Attachment Applet must be modified.

The Object Expression for UI Object (Applet Physical Renderer - Account Attachment Applet) changes to the following:

Expression

Level

File Name

Tile

1

siebel/TileLayoutPR.js

Not Set

2

siebel/attachmentprenderer.js