cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Full Name from Electronic Signature

Former Member
0 Kudos

Hi,

can anybody tell me how can i get out the "Full Name" from the Electronic Signature (iCommand) of the signed user.

With the JS code:

document.getElementById('iCommand').getUserName();

i get the user initials like "admin". But i need now also the Full Name of the User.

Can anybody help me

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Erik,

thanks for your reply.

The problem is that your and also my function delivers the user initials and full name from the system login (session variables). I have the request to get the signer initials and full name from a Electronic Signature authentication within the system, because the person which is logged on to the system must not be that person which signs the electronic signature.

thanks

Christian

jcgood25
Active Contributor
0 Kudos

<a href="http://help.sap.com/saphelp_xmii115/helpdata/en/Electronic_Signature/Electronic_Signature_Integration.htm">http://help.sap.com/saphelp_xmii115/helpdata/en/Electronic_Signature/Electronic_Signature_Integration.htm</a>

Regards,

Jeremy

erik_schrampf
Active Participant
0 Kudos

Christian,

Try using the following document.iCommand.getPropertyValue(PROPNAME) where PROPNAME is a user attribute defined in Security Manager try FullName in quotes.

Erik