When I trigger a Required Field's validation message by attempting to save when the field is empty, and then switch the field's Required Level to Recommended, the validation message that I triggered still persists and prevents me from saving. The steps I take are below:
1. I attempt to save the Opportunity entity while Billing Method is empty.
2. This triggers the field's validation message and prevents me from saving the Opportunity.
3. I change the stage I am on, triggering my code which changes the Billing Method field's Required Level to Recommended. However, the validation asterisk still persists.
4. The validation message also still persists.
5. When I attempt to save at this point, the validation message prevents me from doing so, even with the Billing Method being set to Recommended.
Is there a way to clear the validation message of Required Fields? I assumed that setting a Required field to Recommended would do the trick, but my situation above illustrates otherwise.
Any assistance would be most appreciated.
*This post is locked for comments