Sort Script In WebLoad_Applet In Attachment Applet Hides Some Data
(Doc ID 2580492.1)
Last updated on SEPTEMBER 08, 2019
Applies to:
Siebel CRM - Version 18.12 and laterInformation in this document applies to any platform.
Symptoms
When adding the following code in WebApplet_Load in 'Account Attachment Applet', the Comments field values are not displayed.
function WebApplet_Load ()
{
this.BusComp().ClearToQuery();
this.BusComp().SetSortSpec("AccntFileDate(DESCENDING)");
this.BusComp().ExecuteQuery(ForwardBackward);
}
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |