For a new app on version 8.1, I'm trying to lock up all fields on a page based on the record condition. I have a Locked by field on the record and if the field is empty or different than the current user, I want to make the whole page read only.
I was able to do that on previous versions...MoreLess
Is there a way to block adding attachments and notes on any section. I want to do this on the Lead and Opportunity according to the Stage. If the Stage is Inactive. I won't be able to add any attachments and notes.
When user opens the page from a Section (e.g. Orders), it works correctly - all fields and details are locked.
But when user opens the same page from a detail (e.g. Account/History/Orders) - all fields and details are not locked, so DisableControlsGenerator doesn't work
I've run into a small test by displaying the configuration items detail on the contact page and by applying fields locking on the configuration...MoreLess
I would like to know if I can make a stage of a DCM lifecycle non editable by using business rule. When the stage is inactive, I want the owner to not be able to change it.