166 results matched your search criteria
Forum topic
OneSpan Sign
hey,
I'm looking to retrieve the date each signer has signed the package, and the date when the package has been completed. Where can I get that?"
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
I used {{TheHost}}/api/account/senders?from=1&to=100 API to retrieve Sender Object in JSON. The "top" level of this object contains two (I believe) related fields
"timezoneId": "GMT",
"created": "2020-04-24T17:42:42Z",
Under "account": { is another two fields
Forum topic
OneSpan Sign
Guys,
We just had an issue last night where it was December 22nd when a signer tried to sign a document. The stamp on the SMARTNOTE came out as December 23rd when it was clearly the 22nd.
Forum topic
OneSpan Sign
I need some help figuring out how to auto-populate fields in our documents (i.e.
Forum topic
OneSpan Sign
how to get the report completion for specific time period in a day like between 8am to 12 pm.
using the below api
/api/reports/completion.
what format should be From date and to date . Need to retrieve for specific timings in a day
Forum topic
OneSpan Sign
Hi,
When preparing a document through the web UI, I can't see any option to add a DatePicker field to the document. When I say DatePicker, I'm talking about a field where the recipient gets to choose a date.
Forum topic
OneSpan Sign
When I am running my code there is point where I am assigning the X and Y position to the signers, using documentBuilder.WithSignature, but next to the signatures there is a date field that has to be updated automatically, and I am trying to use documentBuilder.WithDateSigned b
Forum topic
OneSpan Sign
When using the UI or Template Builder, I would like to be able to have a signer select an option in a drop down box and their selection be used to fill in another field on another page, or in another document on the same package.