Starting Siebel 23.12 Method - ExecuteQuery In PM Script Causes Applet to be Distorted/Rendering Issues
(Doc ID 3026070.1)
Last updated on MAY 30, 2024
Applies to:
Siebel CRM - Version 23.12 and laterInformation in this document applies to any platform.
Symptoms
Custom code which is executed on PM script causes Applet to be Distorted and refresh freezes the application.
The issue can be reproduced at will with the following steps:
1. For a List Applet, create a PM javascript, in Init section put following code:
var type = propSet.GetProperty(consts.get("SWE_PROP_NOTI_TYPE"));
if (type === "ClosePopup"){
this.ExecuteMethod("InvokeMethod","ExecuteQuery");
}
});
2. Add the manifest configuration for specific applet.
3. Clear cache and reload application or restart application.
4. Click on hamburger menu and select "Columns displayed" on related applet.
5. Click on button Save or Reset to default.
6. The Applet is distorted
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 |
Cause |
Solution |
References |