mailtodanish

HOW TO GET CHANGE SIGNER DETAIL

0 votes
Hi , Signer update another signer as change signer. Now Signer A updated SIGNER B as a SIGNER. Now I need to download all required documents uploaded by changed signer(B). If I am doing all Signer of package it is still showing SIGNER A only. Thanks

Approved Answer

Reply to: HOW TO GET CHANGE SIGNER DETAIL

0 votes
Hi Danish, When signer A changed signer to Signer B, what happened to the package is, - Signer B is a copy of Signer A and only be replaced with the personal signer info input by signer A, - Signer B be added to package roles - All signatures unsigned by Signer A will be changed to Signer B - Signer A and all signed parts including uploaded attachments by Signer A will still be kept Regarding to attachments, if you were invoking below function:
		//Download all attachments in package	    
		DownloadedFile downloadedAllAttachmentsForPackage = eslClient.getAttachmentRequirementService().downloadAllAttachmentFilesForPackage(new PackageId("89lqUC7AH6dBXNBKPoxrEeHiJ08="));
		Files.saveTo(downloadedAllAttachmentsForPackage.getContents(), "downloadedAllAttachmentsForPackage.zip");
If should include all attachements either upload by Signer A before the person change signer or Signer B after changed. In your case, did you set the attachments required? Did you see an inconsistency when Signer B uploaded some attachments but you can't download them in bulk? 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