RE: Disable Inline Inactivate Checkbox on Vendor List
Hi all,
I’ve created a WF that inactivates Vendor records until they are approved by the designated User Role. The record has to remain inactive in order to prevent users from using unapproved Vendor records in transactions. However, one can still activate a record by using the “Show Inactives” checkbox on the list of Vendors, and ticking the checkbox next to an unaproved record.
Do you know if there’s a way to prevent a user from activating records in this fashion?
Thank you,
-K
This is a good workaround:
“Workflow > User can edit locked record via Inline Editing” SuiteAnswers Id: 66747
or this (although, I prefer to script only in an emergency):
“Preventing Locked Records to be edited via Inline Editing using User Event Script” SuiteAnswers Id: 32739
Nip
Hey Krishaj – Did you find a workaround to your problem?