493 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
I am using this as a reference for timezones.
https://www.onespan.com/blog/onespan-sign-release-1121-time-zone-support
Forum topic
OneSpan Sign
Hi,
I'm having issues setting the expiration date to null.
These are the functions I'm calling:
EslClient eslClient = getEslClient(companyId);
PackageId pkgId = new PackageId(packageId);
DocumentPackage dp = eslClient.GetPackage(pkgId);
dp.ExpiryDate = null;
eslClient.UpdatePackage(pkgId, dp);
Af
Forum topic
OneSpan Sign
Hi,
what's the difference between "withDocumentToolbarDownloadButton" and "withGlobalDownloadButton"?
thanks,
Cindy
Forum topic
OneSpan Sign
Hi,
1) in our on-prem version, I don't see the authentication for recipient can use KBA, and also I tried in the sandbox, doesn't see it either. Would you please let me know in which version KBA is available and how to use it?
Forum topic
OneSpan Sign
Is there any specific configuration required for setting up callbacks, like firewall setting or enabling a port. We are working in closed network inside the customers premise.
Regards
Surya
Forum topic
OneSpan Sign
Hi,
I'd like to know where can I set this property?
1) Confirm button: Enable/Disable confirmation dialog after signing a document
2) Default Consent Document (TURN OFF)
Forum topic
OneSpan Sign
Guys,
I am having a hard time finding information about setting the timezone for a date field that is captured when the signer is signing the document. Can anyone provide a link where I can find more information or possible provide a coding sample?
Forum topic
OneSpan Sign
I set a package language with French.
final DocumentPackage documentPackage = packageToBuild.withLanguage(Locale.FRENCH)
Nothing changed to French except the embedded Consent pdf in the page as attached.
Forum topic
OneSpan Sign
I'm currently using the sandbox version of eSignlive and I wish to configure the designer view (hide various elements).
Forum topic
OneSpan Sign
Hi ,
Enabled the Callback timeout to be configured to give the Callback endpoint extra time to process a Callback request.
For above change where can we add timeout settings is it account level or need to append time out parameters to callback url.
Thanks In Advance,
Srinivas