Siebel CRM Question:
Download Questions 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?

Siebel Interview Question
Siebel Interview Question

Answers:

Answer #1
The 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 #2
Application>System Preferences>Views>User = XYZ

Answer #3
This 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 Interview Questions And Answers PDF

Previous QuestionNext Question
Optimization techniques in EIM?How to create Drilldown in Form applet?