23 results matched your search criteria
Forum topic
OneSpan Sign
Is there a way to configure OneSpan Sign to email field values from packages created from a template?
Forum topic
OneSpan Sign
We have forms that we need to retrieve the values from but not all fields are required. WHen I use the FieldSummaryService.GetFieldSummary the blank fields are dropped instead of returning "" so no fields are missed. How do I obtain values for all fields even the blank ones. I'm
Forum topic
OneSpan Sign
Hi,I want to implement some sort of writeback feature for our transactions to update a Salesforce record upon completion.
Forum topic
OneSpan Sign
Hello,
Using below retrieves a list of field values at the package level. But is it possible to retrieve the field values for a particular document?
eslClient.getFieldValues(packageId)
Thanks
Forum topic
OneSpan Sign
Hello Team,
I'm working on the use case below and was wondering if you could help !
Use Case: We have an existing template with some documents and fields on it and we want to retrieve those fields to bind some values on them.
Forum topic
OneSpan Sign
We're trying to generate the package using template. Templates are created in sandbox.esignlive.com.
Forum topic
OneSpan Sign
I am trying to update the text field inside a document in my draft package via post and/or put api for updating the specified document. The response is coming 200 on sanbox but wheneve I tried to change the value of the text field, it is not changing at all.
Forum topic
OneSpan Sign
We are generating a form with two fields that are intended for write back. We are able to populate these fields and they are appearing on the document after the users signs. The file on the OSS server has the document with the fields correctly populated on the form.
Forum topic
OneSpan Sign
Hi,
We are currently using the UI to create the package, inject the fields, then use the Java SDK API to download the documents. I found this below which retrieves a list of field values at the package level. But we are looking in a way to retrieve the fields by documents. Â&nbs
Forum topic
OneSpan Sign
My company has a need to retrieve the actual signing stroke data that results from a CAPTURE type signature. It appears that this data is available already, but I cannot find documentation for the format of that data.