I need to restrict the customer form. For a custom role I need them to be able to
- View the menu item
- Open the form
- Disable their ability to change all fields with the exception of adding contact information
I've got all but 1 of those. I can make the entry point access view only. I am unable to get the contact information to be editable by this role. I'm unsure how to proceed. I know that data is not on the CustTable. Is this even possible to accomplish? My alternative was to make a custom form and have that role us that form instead.
The only problem with that last solution is it then causes issues with hotfixes / updates if any make changes this will be an additional thing that needs to be looked at.
*This post is locked for comments