Newbies WillN Posted February 6, 2006 Newbies Posted February 6, 2006 Just a simple one I hope In Privileges what do I do to apply limited editing to a Priviledge Set? I want to limit editing only to the records that a particular Account Name has created I am a relative beginner and presumably I have to "specify a Calculation" in the dialog box that comes up when I click on Custom Record Privileges - Edit - limited I just have no idea what the "calculation" should be - can anyone tell me what to type in the box Cheers
Digital Life Posted February 10, 2006 Posted February 10, 2006 You want to create a field in the database you want to limit, that is automatically filled with the Account name of the user who creates the record. Then you set up a calculation in the Privilege set where the user is limited to records where: Get(AccountName) = CreationName or Get(UserName) = CreationName where CreationName is the field which is filled with ether the User or Account name. The trick is to land the user on a record they are able to view/edit at log in or entry to the file/table/layout. So some kind of find all by user name to start is helpful.
Recommended Posts
This topic is 7121 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now