Hi,
Iam sending multiple approval request to Approvers using Multi Approval subprocess,I'm unable to get the details of Actual approver who approved the request. I used Actual _Approver in my form, but no use.I want to display the fullname of the Actual approver. Can any one help me in this.
Thanks
Hello,
The <ref>Actual_Approver</ref> should bring you back the accountId for the actual approver for that item. Depending on how your setup is you should be able to take that information and call out to your resource and bring back that user's specific attributes. Granted your internal accountId, and your resource account Id are probably not the same so you might have to do some massaging, but you can get what you need....There should be a way to do it internally also..references the fullname attibute..but off the top of my head I can't think of a way to do that.
Hope this helps.