Forums

For this form, we are seeing an unusual behavior.  Prior to signing, the values in a label field are appearing in a different format than after signature.  The line breaks are not being recognized before signing.

See the attached images. Our preference is the after signing format.  

This is generated via the Apex SDK.

Any thoughts on how to prevent this?

Forums

We're trying to implement OneSpan Sign, but in the process of using Apex SDK, we noticed that Callback Event Notifications are not getting created for the transaction. If we create the transaction manually in Salesforce, event notifications are created for the transaction. Is there a set of requirements that need to be met in order for Callback Notifications to be turned on for a Transaction?

Forums

We noticed this morning that when a packageID contains _x something in the Apex SDK is removing it from the string.  We are passing in:

packageId = '6h_xtu2OH3w-7q9B1Xww0ztuIm0="
OneSpanAPIObjects.Package_x pkg = sdk.getPackage(packageId);
pkg.trashed = true;
sdk.updatePackage(pkg, packageId);

Forums

Could I get someone to look at this package and help me understand why the signer got "Unauthorized Access: Failed to validate token"? The method that was used to generate the URL is run several times per day successfully but this one failed.  

Package ID: Snoq9zzWq5RvRsTPJ3J2ahIDPBk=

We had one other package also fail with the same error.  

Forums

We have a use case for the sender to attach an additional PDF document to the form in the package.  For context, our implementation has a library of forms that our users can select from with pre-defined merge fields and signer blocks.  We do not use the designer tool.  We use a combination of apex, lwc, and flow to create the onespan package and we are envisioning allowing the user to upload a PDF the would appear as part of the signing ceremony. 

Forums

Our imaging team is complaining about the OneSpan documents that they are receiving:

"Is there any way to disable the secure feature of Saleforce’s e-Signed documents? 
 
We have been experiencing an uptick in issues with PDFs being rejected.  Our investigation found that end users are using OneSpan e-sign capabilities via Salesforce to get the documents signed.  When the documents are attached they come in as secured documents which cannot be uploaded because they fail our validation check."