July 17, 200817 yr 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
July 18, 200817 yr 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 )
Create an account or sign in to comment