tobbesfilemaker Posted June 19, 2014 Posted June 19, 2014 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.
Brian C Posted June 19, 2014 Posted June 19, 2014 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.
comment Posted June 19, 2014 Posted June 19, 2014 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.
Recommended Posts
This topic is 3867 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