My Oracle Support Banner

OpenUI - SetProfileAttr() Is Not Working in Browser Script From 8.1.1.10 (Doc ID 1549681.1)

Last updated on JANUARY 30, 2024

Applies to:

Siebel Tools - Version 8.1.1.10 [23021] to 17.0 [IP2017] [Release V8 to V17]
Siebel Tools - Version 17.0 [IP2017] and later
Information in this document applies to any platform.

Symptoms

OpenUI - Not able to read GetProfileAttribute in PM and PR files  

GetProfileAttr is not working in PM and PR files in OpenUI after we upgraded to 8.1.1.10.
Eg :

SiebelApp.S_App.SetProfileAttr("Variance","5");
 alert("profile attr:"+SiebelApp.S_App.GetProfileAttr("Variance"));

in 8.1.1.9 we used to get "5" in the alert message box.
but in 8.1.1.10 we are not getting any values at all.

Changes

 Tests:
++++++
8.1.1.9 >
SiebelApp.S_App.SetProfileAttr("MyProfile","1001") => true  > SiebelApp.S_App.GetProfileAttr("MyProfile") => "1001"

---

8.1.1.10 > SiebelApp.S_App.SetProfileAttr("MyProfile","1001") => true  > SiebelApp.S_App.GetProfileAttr("MyProfile") => ""

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
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.