How to make rejection comments mandatory in Salesforce?
Making rejection comments mandatory (Simple version, only deals with rejection comments) Making all approval comments mandatory (More complex, but covers all scenarios). Navigate to the field updates menu (Setup –> App Setup –> Create –> Workflows & Approvals –> Field Updates) and create a new field update worfkflow action.
How to capture approval comments from approver…?
Setting concurrency control to on will allow for all of the approvals to take place at once – the default is sequential. That way you can grab the approval comments as action is taken on each approval. This will require substantial changes to your Flow. If I have answered your question, please mark your post as Solved.
What happens if one of the two approvers reject the request?
For your second question, any one of the two approvers reject the approval request, the whole approval request would be as rejected. In addition, if first approver reject the approval request, the whole approval request would be as rejected and the second approver could not make any response to this approval request.
How to add comments to an approval workflow?
Replace the current Create and Approval action in your Flow with Start and Wait for an Approval (V2) that will have the responses objects in it. If I have answered your question, please mark your post as Solved. If you like my response, please give it a Thumbs Up.
How to make rejection comments mandatory in Microsoft Office?
Here is a step by step guide if you want to do the same: 1) Create a new picklist custom field for your object. Set the label as “Approval Status”. Add three picklist values (“Pending”, “Approved” & “Rejected”). Make this field visible and editable by System Administrators only.
How to make rejection comments mandatory in worfkflow?
Set the label as “Approval Status”. Add three picklist values (“Pending”, “Approved” & “Rejected”). Make this field visible and editable by System Administrators only. 2) Navigate to the field updates menu (Setup –> App Setup –> Create –> Workflows & Approvals –> Field Updates) and create a new field update worfkflow action.
How to make comments mandatory in approval flow?
Comments Mandatory in Approval flow – Power Platform Community. 1 Add a proper trigger, here I use Flow Button trigger. 2 Add a “Start an approval” action, specify Assigned to field. 3 Add a Condition, click “Edit in advanced mode”, type the following formula: @empty (body (‘Start_an_approval’)? [‘comments’])