534 results matched your search criteria
Forum topic
OneSpan Sign
Suddenly got these errors.
Could any tell me why?
thanks
13 Nov 2018 14:29:06,983 - ERROR - STDERR - Nov 13, 2018 2:29:06 PM com.silanis.awsng.web.rest.util.JacksonUtil deserialize
SEVERE: Failed to deserialize json string: {"messageKey":"error.validation.packageManagement.invalidState","message"
Forum topic
OneSpan Sign
Hi team,
There's a guide named Field Values from your Feature Guides where I've found a function in SDK to get all field values in one shot:
eslClient.getFieldValues( packageId )
My question is, is there an endpoint URL for the same function in REST?
Forum topic
OneSpan Sign
Hello,
I inject a CheckBox with 'X', while signing, getting this message 'Form is inComplete'.
Please provide help about this issue.
Thanks
Forum topic
OneSpan Sign
Hi team,
We have a requirement to include Parentheses in Field Validator, for example, I want signer to input "Neder Over Heembeek (Bru.)" in a textfield.
Currently, we set it this way: "pattern" : "^Neder Over Heembeek (Bru.)\\s?$" and it doesn't work.
Please help me with this!
Forum topic
OneSpan Sign
When I'm adding a drop list field, I'm getting error: error.validation.field.ListWithInvalidDefaultValue
Here is the code
fieldBuilder = FieldBuilder.DropList();
foreach (OptionValue optionValue in formField.OptionValues)
{
Forum topic
OneSpan Sign
Simple scenario: Document with two fields. First field is the Signature (capture) and second field is the Title that must be entered by the signatory.
Forum topic
OneSpan Sign
I have certain templates that I have to list the client's email and phone. I know that the FIELDS has some of the signer's info like Signer Name, Title, and Company, but can you also add Signer Email and Signer Phone?
Forum topic
OneSpan Sign
Hi,
I was reading thru the injecting field values on this link https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/injecting-field-values?origin=developeresignlive.
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