Signer Information is not getting assign.
Thursday, February 2, 2023 at 05:12amHi Team,
I am trying to consume the OneSpan ESign REST API in my Outsystems Application. For that I am using the Add Package method. I am passing the parameters as request but the package generated is showing the different signer name and mail (Mine) in the package. Will anybody help me out to overcome this issue?
Thanks and Regards
Rupesh Wani
Reply to: Signer Information is not getting assign.
Thursday, February 2, 2023 at 08:43amHi Rupesh Wani,
Welcome to OneSpan Sign and thanks for your post! Not sure if this helps but once you have created a package, the package sender (in this case it's your mail I believe) will always be automatically added to the signer list at the first index. If you can loop through the other signers, the added signers should be there.
Duo
Reply to: Signer Information is not getting assign.
Friday, February 3, 2023 at 04:25amThanks Duo,
Can you tell me how can I can loop the signers ? Is there any API Method?
As I am using the API.
Thanks and Regards
Rupesh Wani
Reply to: Signer Information is not getting assign.
Friday, February 3, 2023 at 06:23amHi Rupesh Wani,
Although I am not an expert in Outsytesms development, can you try directly referencing the index of the role list like this:
PACKAGE.Roles[1].Signers[0].Name
Duo