I there a way to remove the Customer field from the Case Entity? The customer field is a system field,
This is causing issues as we have created a many to many relationship between account and contact. (Note this is a many to many via a custom entity, not a straight many to many relationship).
If it is not possible to remove the customer field on the case screen is a valid work around to
1. hide the customer field
2. Add a new Contact and Account fields to the case screen
3. Populate hidden Customer field using JavaScript to the new Contact or Account field.
*This post is locked for comments