Siebel CRM Question: Download Siebel PDF

How can a particular user among four users with same responsblity can have access to particular view and this view should not be visible to other users?

Tweet Share WhatsApp

Answers:

Answer #1The new views which are to be restricted from the other 3 users can be grouped up in a seperate responsibility and then the 1st user can be assigned that the newly created responsibility. This will save time and will ensure smooth operations as well.

Answer #2Application>System Preferences>Views>User = XYZ

Answer #3This can be achieved by the following steps .
The actual view is never exposed , instead another view is exposed which has a blank form applet with scripts that check TheApplication().ActiveView("View");
TheApplication().LoginName()="That User"
then it will navigate to the required view . TheApplication().GotoView("View","BO");
else it show an error
TheApplication().RaiseErrorText("You are denied access to this view ");


Download Siebel PDF Read All 74 Siebel Questions
Previous QuestionNext Question
Optimization techniques in EIM?How to create Drilldown in Form applet?