Jump to content

Delete Only Your Records


This topic is 5784 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hello.

I have reviewed the suggested documentation to allow a user to only delete the records on a table that they have created. Unfortunately, I just can't get it to work.

What I did was add a field with a calculation. Set the calculation to Get (User). In the privilege set I customized the permission to go to limit the delete to the calculated field.

I've tried multiple versions of this but I must be doing something wrong. Any suggestions?

Thanks! Donna

Link to comment
Share on other sites

Firstly, each record must have a field (let's call it CreatedBy) that identifies the user who created it; either their account name, user id, or something else that is unique and invariant. Easiest is probably the account name.

In the privilege set, set up the record privileges so that the delete is limited by the calculation CreatedBy = Get( AccountName )

Link to comment
Share on other sites

This topic is 5784 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.