Through Personalization we can hide an applet based on the user’s responsibility.
Following steps needs to be followed for Personalization:
1. In Site Map navigate to Administration – Personalization > Applets.
2. Create a New Record in the List Applet Window with following details:
a. Applet Name: Applet name where Personalization needs to be placed
b. Conditional Expression:
InList("Name of User Responsibility to be searched", GetProfileAttr("User Resposibilities"))
3. Click Applet Menu to Reload the Personalization.
4. Login and Test the Personalization settings.
Saturday, February 29, 2020
Subscribe to:
Posts (Atom)
Updating parent BC depending on the status of child BC using configuration
Parent BC: Service Request Child BC: Action Requirement: When all the Actions corresponding to an SR are closed the SR status should be “Clo...
-
The SSA Primary Field is a system field on a business component that can be used to identify which MVG record is the primary. So if you use ...
-
InList function, will searches for the string in Comma Separated Values, based on the string provided to search ( two arguments are mandat...
-
In almost all the implementation of Siebel Application we come across the requirement as – “Bring the data from the external source and disp...