Not more than often it is required to find whether logged in user has access to any particular view. Siebel gives us a vanilla business service which returns "T" if user has access to any particular view or returns "F" it doesn't have access to that view.
Details of business service are :
Business Service Name: Mobile Device
Method: HasViewResponsibility
Input Arg: PersonId
Input Arg: View
Output Arg: HasViewResponsibility
PersonId is the rowid of the user under question. View is the name of the view to be checked. T or F is returned as output in HasViewResponsibility argument.
No comments:
Post a Comment