182 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
How I can get the list of documents for a certain package using rest API call
Thanks
Nehme
Forum topic
OneSpan Sign
Hi,
In the email template, for example email.decline, is it possible to have more than one bcc email, if so, how to configure multiple Bcc emails with corresponding display_name? the below sample only have 1 bcc email,
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
Is there a table of valid timezone id's that the SDK will accept when creating a new package? We're currently trying with:
.WithTimezoneId("America/New_York"); //EST
Forum topic
OneSpan Sign
Hi Team,
I am trying to fetch a list of transactions that should include the received transaction from other senders which requires the signing.
Unfortunately, I don't see the transactions which are sent by others with the below code,
Forum topic
OneSpan Sign
/api/packages?predefined=all&from=1&to=99999&predefined=all
returns
{
"results": [],
Forum topic
OneSpan Sign
Hi, Is it possible to dynamically display items in a list field, dependent on another field?Thanks,Calum
Forum topic
OneSpan Sign
Hello,Our users are starting to complain when using OneSpan in Laserfiche that they are having to scroll quite far to get to their name and were wondering if there is a way we can limit how the list appears, such as per repository?
Forum topic
OneSpan Sign
I am trying to accomplish the following. Please let me know which SDK classes to use:
- Get a list of all documents/templates uploaded onto a group's library (From all senders in the group).