Search This Blog

Sep 14, 2012

Hide an Applet through Personalization



  1. Requirement
Hide the Account List Applet & Account Entry Form Applet based on the user’s responsibility.

  1. Login into Siebel Application and Navigate to Administration - Personalization > Applets















  1. Create a New Record in the List Applet Window with following details :
            Applet Name: SIS Account List Applet
Conditional Expression: InList("Business Analyst", GetProfileAttr("User    Resposibilities"))

Applet Name: SIS Account Entry Applet
Conditional Expression: InList("Business Analyst", GetProfileAttr("User    Resposibilities"))



  1. Click Applet Menu to Reload the Personalization.
























  1. Now Login and Test the Personalization settings.

Siebel IP 2017 - Web Tool Development Steps

Siebel IP 2017 Development and Deployment Steps : 1. Click on the Workspace Icon in Siebel Web Tools application. 2. Create a New work s...