Views:

Applies to Product - Dynamics 365 Supply Chain Management


What’s happening?
The 'invoice template' field in the customer form is only visible to system administrator users, while non-admin users cannot access this field.
 

Reason:
This is caused by custom logic that alters the visibility of the 'invoice template' control. The 'needPermission' property may have been changed through customization, affecting access to this control.
 

Resolution:

  • Check and update the customization on the development environment to ensure that the 'invoice template' field is accessible to non-admin users.
  • Review the custom modules and revert any changes related to the 'needPermission' property that may restrict access to the 'invoice template' field.
  • Compile the module after making necessary changes and test the behavior to confirm resolution.