Skip Headers
Siebel CRM Composer Developer Preview Guide
Siebel Innovation Pack 2015 Rev. A
E60725-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
    View PDF

Making Applets Visible to Specific Users

In this use case, you make the form applet in the Accounts List view of the Accounts screen in the Siebel application visible only to the user with a user ID of SADMIN.

To make an applet visible to a specific user 

  1. In the Siebel application, complete the following steps to determine the name of the view that contains the applet for which you want to change visibility and to determine the name of that applet:

    1. Navigate to the Accounts screen, then the Accounts List view.

    2. In the application-level menu, click Help, and select About View from the menu that appears.

    3. In the About View dialog box, note that the name of the view is Account List View and the name of the form applet is SIS Account Entry Applet, and click OK.

  2. In the Siebel application, complete the following steps to determine the runtime version of the Siebel application that you are using:

    1. In the application-level menu, click Help, and select About SRF from the menu that appears.

    2. In the About SRF dialog box, note the version number of the Siebel Repository File (SRF) in the File Name field, and click OK.

  3. In Siebel CRM Composer, complete the following steps to make the form applet in the Accounts List view of the Siebel application visible only to the user with a user ID of SADMIN:

    1. Navigate to the View screen, and query for Account List View in the Name field.

    2. Click the cogwheel icon, and select Lock Object from the menu that appears.

    3. Navigate to the Applet Web Template view.

    4. Scroll down to the Applet Web Template Items list, and enter the following value in the Expression field of the record for the SIS Account Entry Applet: LoginName()='SADMIN'

    5. In the View screen, click the cogwheel icon, and select Unlock Object from the menu that appears.

  4. In Siebel CRM Composer, publish the changes to the applet object.

    For more information, see "Publishing Modifications in Siebel CRM Composer".

  5. Log out of the Siebel application, log in to it again with a user ID other than SADMIN (for example, QADMIN), and notice the following changes:

    • The form applet no longer appears in the Accounts List view of the Accounts screen.

    • The version number in the File Field in the About SRF dialog box is increased by 1 to the version number that you published.