Jump to content
  • 0

Record authentication field upon delete


ottisdooley

Question

Hello,

I tried to make a history log , the workflow is I have a main table, then if a user inserted, updated or deleted a record upon it, it will copy the values to a back up table along with the user id of the one who made the action.

I've been smooth sailing until I there was a sudden iceberg.

I have a trigger that activates upon insert, update and delete which is what i used to transfer the records to the back up table. The problem is, when I delete something, the trigger was unable to detect the user id of the user who made the action. It just directly transfer the record to the backup table. therefore, the user id of the transferred record is the user id of the last user who updated the record. not the one who deleted the record.

any ideas?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

I assume that your users will delete records via a Datapage and you are passing an authentication value on one of your fields to know who initiated the action. This is expected since you are deleting a record from a table. As a workaround I would suggest adding a yes/no field on your main table that when checked that record would be deleted. This way you can configure a trigger for updates that when that specific field is checked it delete the record on the main table and add that to your history table.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...