You need to sign in to do that
Don't have an account?
thatherahere
Checl Current user is Approver or not
Hi,
How can I check whether the current user is an approver or not for an Approval Process?
Thanks for your reply.
I have done that by querying the ProcessInstanceWorkitem record for object and matching the current User with the Actor_Id. If match found he will be able to work further otherwise will not. :)
Thanks
All Answers
Hello,
At present we can only make a check at Entry Criteria of the approval process for the current user. So if you wish to make a check that the apporver name abc should not be the current user then you can add criteria like
Current User: Username not equal to abc
Thanks for your reply.
I have done that by querying the ProcessInstanceWorkitem record for object and matching the current User with the Actor_Id. If match found he will be able to work further otherwise will not. :)
Thanks