November 24, 201015 yr 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
November 24, 201015 yr 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.
December 7, 201015 yr Author 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... :
Create an account or sign in to comment