Saturday, February 29, 2020

Hide an Applet through Personalization

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.

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...