how to make field required only in Sales Cloud
Summary:
We have a requirement where one of the fields (Industry) needs to be made mandatory in the Sales application but should remain optional in ERP. We tried the following approaches but encountered challenges:
- Field-level settings: The Industry field is not available in the fields configuration.
- Page-level configuration: Unable to do.
- Triggers and validation rules: Both are being triggered from ERP as well, which is not desirable.
- Custom field with a fixed value: This also gets triggered from ERP.
- Role-based approach: This is not suitable as we have common users between Sales and ERP.
Given these limitations, could you please suggest any other way to make this field mandatory
0