Approval Process : How to Make Comment Mandatory of Approval Process in Salesforce ?
Approval Process : In Order to understand the below code one must have some knowledge of Salesforce along with Approval Process and Apex. To learn all topics on Salesforce within 5 minutes click here. Below is the code to make comment mandatory : Source Code : trigger casetriggerfinal on Case (before update) { if(Trigger.isUpdate && … Read more