604 results matched your search criteria
Forum topic
OneSpan Sign
Is it possible to transfer templates in OneSpan?
I know we can share out templates when they are created, but what if we have someone that has a lot of templates that everyone uses, and they decide to retire next week.
Forum topic
OneSpan Sign
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/using-javascript-event-notifiers
Forum topic
OneSpan Sign
I created a template using the Web UI, where i added a "Signer1" placeholder along with some textboxes and checkboxes. I created a package from this template using this guide:
Forum topic
OneSpan Sign
First, my apologies if this is the incorrect forum group for this topic. Happy to move it to a different forum if there is a better one.
Forum topic
OneSpan Sign
Right now there's the option to update transactions to replace a signer either manually after checking transaction reports or using API https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/adding-updating-and-removing-signers
Forum topic
OneSpan Sign
We have a need to transfer completed packages from a signer to viewable from another signer. We have had signers retire or leave the company and want to transfer their documents to be viewable by another signer.
Forum topic
OneSpan Sign
I am using "OneSpan for Salesforce" and creating package through automation(button--visualforce page--OneSpan sign)
I am having 4 Text Tags(Type- Static Position) for Signer 1:
A)Text Tag 1:
eSign field name: "Signature"
B)Text Tag2&Text Tag3&Text Tag4:
eSign field name: "Initials"
The "Te
Forum topic
OneSpan Sign
Hi OneSpan Team - I have gone through the below article and it mentions that the Session Expiry Redirect URL can be configured at Account Level , I have gone through my account and not found any configuration as such.
1)Do we nee to do this setting at the account level OR
2)In the JS code , as on
Forum topic
OneSpan Sign
We are in process of changing OneSpan SDK to OneSpan REST
In SDK we are retrieving the status using GetSigningStatus(objPackageId, signerId, null) which giving us 'InActive' status as output.