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?

Showing Answers 1 - 4 of 4 Answers

chaitanya

  • Jan 10th, 2006
 

yes by assigning the position and giving a unique,user id he can acess the data

  Was this answer useful?  Yes

Mohammed Khalid

  • Jan 18th, 2006
 

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.

I think this is possible only by scripting. given view's item identifier should be '0'. we need to capture the USERID of the particular user. if that user id matches the login name then we need to change this view's item identifier to any other number other than zero.

this script should be written at application level.

  Was this answer useful?  Yes

sridhar

  • Mar 24th, 2006
 

The views can also be restricted by personalization...where all the 4 users will have the same responsibility ...but only a single user can see a specific view.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions