Skip to content

Commit

Permalink
Merge pull request #1513 from mweintraub-locala/patch-1
Browse files Browse the repository at this point in the history
Update ResolveApprovalRequest.cls ApprovalRequestId Issue Line 13
  • Loading branch information
alexed1 committed Jan 24, 2024
2 parents 59b4769 + 51637e8 commit 78ba287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public with sharing class ResolveApprovalRequest {
approvalWorkItem.setAction(curRequest.action);
approvalWorkItem.setNextApproverIds(curRequest.nextApproverIds);
if(String.isBlank(curRequest.approvalRequestId)){
approverId = getapprovalRequestID(curRequest.recordId,curRequest.ObjName).Id;
curRequest.approvalRequestId = getApprovalRequestId(curRequest.recordId, curRequest.ObjName).Id;
}

approvalWorkItem.setWorkitemId(curRequest.approvalRequestId);
Expand Down

0 comments on commit 78ba287

Please sign in to comment.