June 19, 201411 yr Hello everyone. Whats the best way to completely "lock" a post from being modified? I have understood you could set a script trigger to every field that wont let you write in it, but is there any easier way do to it? Appreciate answers.
June 19, 201411 yr You could use a layout script trigger instead: onRecordCommit. This could fire a script to see if the record contains something which marks it as locked. If so you would issue a revert record script step to prevent the save.
June 19, 201411 yr Whats the best way to completely "lock" a post from being modified? Deny users the privilege to edit records in the relevant table. No other method can completely prevent modification.
Create an account or sign in to comment