How to set and clear value from a field using business rule ?
Business rules can be used to dynamically set value in the field based on any condition. Similarly it can also clear out value from the field depending upon the condition. Select the entity for which you have to implement the business rule. In our case we are using Account entity. Within the selected entity navigate …