283 results matched your search criteria
Forum topic
OneSpan Sign
In our workflow, some signers may be in person and others remote on the same package.
Forum topic
OneSpan Sign
Use case: we have situation where the client is ALWAYS going to be doing in-house, in-person signings.
Documents are produced from their Enterprise App with embedded text tags, and sent to OSS via the print driver.
Forum topic
OneSpan Sign
I need to query for packages that changed status (e.g. completed, expired, opted out, sent) within a given time frame. For example, I may want to query for all packages that expired since yesterday, regardless of when the package was created.
Forum topic
OneSpan Sign
Guys,
While trying to send a package, I got this error.
"error.validation.userAddition.duplicateEmailUsage - Error Message: The email is already in use for this package. - Error Name: Validation Error - Technical Info -"
Forum topic
OneSpan Sign
Hi All,
Hope someone can shed some light on what i am doing wrong.
In salesforce apex code I am creating package
DateTime dT = System.now();
dT.addDays(7);
ESignLiveExamples.createPackageWithDocumentsExample(
'Demo12', true, 'Demo12 description', dT, 'Hello World, Demo12 is READY'
);
Works gre
Forum topic
OneSpan Sign
Hi team,
In our current implementation, the email notifications for package completion event are meant to be sent for each signer, and CC to the package owner by default. For example, if you have two signers, then the package owner will receive two notifications in total as it is meant to be.
Forum topic
OneSpan Sign
Hi
Is there a way that custom package attributes can be shown in the email sent to the signers.
https://developer.esignlive.com/guides/feature-guides/package-attributes/
For example I might need some additional text in the email for only some of the signers.
Forum topic
OneSpan Sign
Is there a way to troubleshoot why my callback is not working?
Forum topic
OneSpan Sign
I didn't find the request that will return anchor coordinates. Is there any possibility to do it?
Forum topic
OneSpan Sign
What happens when the server that is setup to receive callbacks isn't available due to a network issue or an issue with the server itself. Are any attempts made to retry the notification.