Skip to main content

Posts

Showing posts with the label Profile Attributes

Profile Attributes is not working on Applet Browser Script in Siebel Server and Dedicated (Local) Client

Oracle disable SetProfileAttr() and GetProfileAttr() feature as a security fix in browser scripts, but you can enable this feature with Server Configuration parameter. For Server: Go to Administration - Server Configuration then Enterprises then Component Definitions  and query your Object Manager e.g. *Public Sector*ENU* Click on Menu button on Component Definition applet. and click on Start Reconfiguration and now query EditProfileAttr in Component Parameters Applet and set its value to TRUE Name of Parameter: EditProfileAttr Value : TRUE Now click on  Menu  button on  Component Definition  applet  and click on Commit   Reconfiguration . Either restart the Siebel Services or just restart the component on which you have made the changes. For Dedicated Client: For dedicated client add below parameter in CFG file under  InfraUIFramework section: EditProfileAttr = TRUE

How to retrieve application profile attributes in Siebel session

1. Open Siebel Client, go to site map. 2. search: Administration - Personalization, open Test 3. enter your login and password and click on load. All profile attributes will show in Primary User Attributes Applet This will give you a list of all system profile attributes that get, set upon logging in to the Siebel Application. These profile attributes are available throughout the application. You can create and set your own profile attributes as well.