533 results matched your search criteria
Forum topic
OneSpan Sign
Re Expiry date, it seems I can check [defaultTimeBasedExpiry] bool field to know Expiry date s/b calc'd by adding [remainingDays] field to Txn creation date.
There is another field call [maximumRemainingDays]<- what is this? where is it set?
Forum topic
OneSpan Sign
I have a template with a grid of 50 rows. Each row has a Label field and a checkbox field. Values for label are supplied thru `Package\{{PackageId}}\Clone` endpoint.
Forum topic
OneSpan Sign
I need to identifying packages created via Bulk Send operations. I see in Package data there is a Boolean field called "bulkSendable". If this is 'true' was the Package created via Bulk Send?
Forum topic
OneSpan Sign
Hello,
We are new to onespan. We have integrated our salesforce application with onespan using APEX SDK for our signature use cases.
Forum topic
OneSpan Sign
Has any tool been built previously that would allow field values (for data entry fields signers need to input in) for transactions sent via bulk send to be extracted automatically to a CSV file say?
Forum topic
OneSpan Sign
Hi Duo,
As discussed, could you please provide the codeshare / snippet to mark a text field manadtory?
Below is the client's requirement:
if we add into the document a text field which the signer has to fill out, can we make that mandatory and can we request that this field is filled out only be s
Forum topic
OneSpan Sign
I am trying to understand how conditional fields and logic works in the .NET SDK C# code. I have 4 RADIO buttons, 4 TEXT fields and 4 SIGN fields.
Forum topic
OneSpan Sign
Hi
I have a working sample with Document Extraction using the eSignlive signature Field in [] and I'm converting it to using Position Extraction , using regular Field Name in the PDF and using the same JSON payload.
Forum topic
OneSpan Sign
I have a question on how to install a writeback to defined salesforce fields after completing esign package. I already build a convention, that is working properly and writing back values inside PDF to defined Salesforce fields.
Forum topic
OneSpan Sign
We are in process of changing SDK to REST in our project
Need help mapping the SDK methods to REST, In SDK add document we have SignatureFields, Signature Editable fields, Initial Fields and AcceptanceFields?