Ralph Schwegler Posted November 24, 2010 Posted November 24, 2010 I've got a hopefully easy to solve problem. As soon as a record is marked as closed (by entering a value in a field) I want to prevent the creation of new records in the postal. What would be a easy solution to this issue? Cheers
Matthew F Posted November 24, 2010 Posted November 24, 2010 How about setting a script trigger to activate 'OnObjectSave'? This would run a script which changes to a layout that is identical except that the behavior of the fields in the portal are set to not allow data entry.
Ralph Schwegler Posted December 7, 2010 Author Posted December 7, 2010 How about setting a script trigger to activate 'OnObjectSave'? This would run a script which changes to a layout that is identical except that the behavior of the fields in the portal are set to not allow data entry. Great idea! I went for the solution now allowing to create / modify in browse mode in that portal. Quite similar, but easier to implement, and modify... :
Recommended Posts
This topic is 5100 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