gyurko

Is it possible to Pre-Date a Signature using the .Net SDK?

0 votes
I just discovered that someone in our Company is downloading the Document, printing it and having the Officer manually sign the Document rather than using the Web Site to Sign a Document. Yes. She created much unnecessary work for herself. I have a hundred Documents that need to be Signed to complete them but I don't see any way to Pre-Date the Signature. The only way I see to Sign a Document through the SDK is: eslClient.SignDocuments(ESignId, SignerId); or eslClient.SignDocuments(ESignId, "[email protected]"); The original Document was signed weeks and months ago. If I sign the Document using the above Code it will be signed with Today's Date. Is there any way to change this? Gerry

Reply to: Is it possible to Pre-Date a Signature using the .Net SDK?

0 votes
Hi Gerry, I understand your scenario, but remember that the audit trail will always record the signing date as today no matter what workaround you used. Based on this, if the packages were not started to be signed, you could modify the transactions and make the auto date fields into labels or text fields with the desired dates and simply sign them programmatically. Tell me if this works for you. Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Is it possible to Pre-Date a Signature using the .Net SDK?

0 votes
It's a good idea. I just have one concern. You say if the Packages were not started to be signed. All of them have been signed by the Customer but had not been counter-signed by us. Does that means that I cannot modify the Document? Or is each Signing Ceremony a separate thing?

Reply to: Is it possible to Pre-Date a Signature using the .Net SDK?

0 votes
Hi Gerry, Unfortunately, in that case, it's impossible to edit the document content. :( Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Is it possible to Pre-Date a Signature using the .Net SDK?

0 votes
Good to know. Is it possible to Archive them through the SDK "as is"?

Reply to: Is it possible to Pre-Date a Signature using the .Net SDK?

0 votes
Yes, it's possible to archive an ongoing package. Use below function in Java SDK:
eslClient.getPackageService().archive(packageId); 
Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off