getting approver first name and last name

Hi,Im using Multi Approval sub process for sending Approval request to multiple approvers, im unable to get the first name and last name of the approver who had responded to it.
[191 byte] By [sudheer1] at [2007-11-26 9:12:08]
# 1
Try the trace of<ref>actualApprover</ref>and ACTUAL_APPROVERafter the approval , you may get some thingthanks
pandu345 at 2007-7-6 23:33:18 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
why don't you use the Debugger tool, on your approval form ?
VinZ at 2007-7-6 23:33:18 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
I don't know the actual procedure to do that,please let me know
sudheer1 at 2007-7-6 23:33:18 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4

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

sudheer1 at 2007-7-6 23:33:18 > top of Java-index,Web & Directory Servers,Directory Servers...
# 5

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.

dmac at 2007-7-6 23:33:18 > top of Java-index,Web & Directory Servers,Directory Servers...