87 results matched your search criteria
Forum topic
OneSpan Sign
Guys -
I have a support ticket out for this but the response time is something horrible. We have a package that is up in Production that somehow managed to get put into draft mode and we do not know why.
Forum topic
OneSpan Sign
Hi,
is there any way to delete the layout from backoffice?
thanks,
Cindy
Forum topic
OneSpan Sign
Hi,
I'm having an issue when trying to use the delete feature to permanently delete a package.
Using the Java SDK, I simply execute the following line.
eslClient.getPackageService().deletePackage(new PackageId(packageId));
Forum topic
OneSpan Sign
If I create a package with a signer that is assigned no signing blocks, that singer's status is SIGNER_COMPLETE. This is good, as it lets me know that signer is a reviewer and has nothing that needs to be signed.
Forum topic
OneSpan Sign
Hi
Is there a post on how to delete a document from a package
I can see a post on how to add a document to an existing package.
https://developer.esignlive.com/guides/feature-guides/document-management/
Thanks
Mario
Forum topic
Intelligent Adaptive Authentication
Hi,
I am getting following error while trying to update the expiry date of a package
Forum topic
OneSpan Sign
Guys,
I am trying to update a field and I am using this as a guide.
https://developer.esignlive.com/guides/feature-guides/fields/
I am doing a PUT to the api call below and when it runs, it deletes the field all together.
https://sandbox.esignlive.com/api/packages/{packageId}/documents/{document
Forum topic
OneSpan Sign
HI ,
I have a scenario like i need to only pump the data and signers will manually sign the document.
Forum topic
OneSpan Sign
Hi,
what are the best practices when it comes to managing senders that no longer work for the business?
Do you delete them from the system?
If yes, how does it affect the existing docs they were senders at?
Thanks,
Forum topic
OneSpan Sign
I was a bit surprised to find the PackageService.updatePackage only updates package-level properties and does not deal with the complexities of adding/removing/updating the signers and documents.