266 results matched your search criteria
Forum topic
OneSpan Sign
As described in this post https://community.onespan.com/documentation/onespan-sign/guides/sender-guides/user/configuring-recipients we can configure some "personal message" for the Recipient. Just want to know where this "personal message" gets used.
Forum topic
OneSpan Sign
Hi Duo;
This Copy Tool question is from another customer. They are trying to migrate all templates and layouts from all senders in their Sandbox account to those same users in the Production account. I should point out that they are not using subaccounts
Forum topic
OneSpan Sign
I am successfully receiving events in Salesforce for transactions I created in the OSS portal but not for any packages I create via the SDK. Is there something I need to set when I create packages via APEX?
I noticed this comment in your blog series on Salesforce events:
Forum topic
OneSpan Sign
Im using the REST API and doing a POST to /authenticationTokens/sender to get a SenderAuthenticationToken.
Forum topic
OneSpan Sign
We currently use subaccounts and to get the role of a user within a subaccount we have to check within each subaccount to see if they have access using the REST below
/account/senders/{senderId}/account/{subaccountId}/roles"
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 Cloud Authentication
I am having a problem with the Laserfiche Connector:
I select a document in LF then click "Send with OneSpan"
The document shows in the list of Documents on the Create New Transaction screen.
I add the sender's email, name, and signers then click Create.
Forum topic
OneSpan Sign
Hi,
I have some questions regarding about the customized field using sender UI:
1) from the documentation, it seems we have to enable the feature, could you let me know where to enable it in the account level?
Forum topic
OneSpan Sign
I have a situation where I set delegation to a sender using code that has worked in the past. The indication was that the delegation was successful BUT it didn't work. Looking in the UI I figured out that the users had used delegation before and it has expired. when I reassigned
Forum topic
OneSpan Sign
I am using Apex SDK for one of our project in Salesforce and it does work while uploading document binaries. However, randomly on certain times it creates a validation error. This error has something to do with emails because by changing email address this error goes away.