Forums

I am trying to debug an issue with injecting data via Apex SDK into a merge field to a specific PDF form and it's failing. It is working on other forms we have.  Are there some known incompatibilities with certain types of PDF fields?  Or is there a log to see why merging is failing?  

For example, I noticed that this particular form has the same name for a few fields - i.e. mergeField - but Adobe Acrobat also shows mergeField#1, mergeField#2, mergefield#3.  Is it supported to reference mergeField#1, etc or does each field need a unique name?

Forums

Any thoughts on why message is null? I entered text on the decline to sign.  I received the decline event notification.

Event:

11:05:02:031 USER_DEBUG [16]|DEBUG|ossCallback: OSSCallback:[documentId=null, message=, name=PACKAGE_DECLINE, packageId=z8dM5486HxkamDPcX9kZ6x6Ma0A=, sessionUser=c1d15155-6ddd-4c5a-881a-e2d0f1cb5cc0]

This is my rest resource class: 

Forums

Is it possible to send a form to a non-signer to populate the form before signing? 

The idea is:

1) Create a package via Salesforce, Salesforce merges some info onto the document

2) Package is created and sent to the sender/form preparer to directly populate the form with data that is not in Salesforce. They do NOT need to sign.

3) When finished, the form is sent for signing to the client

 

 

 

Forums

Hi,

I am using the sample code for creating a transaction but getting an error - 

Bad Request - {"messageKey":"error.validation.invalidParameters","technical":"Unexpected Content-Disposition value for parameter 'name'","message":"Invalid parameters.","code":400,"name":"Validation Error"}

while calling sdk.createDocuments(packageId, document, doc);

Please let me know if i am missing anything. Screenshots attached having the code.

Thanks

Forums

I just started with Apex SDK and its integration in one of my developer sandbox. But i didnt see anything with the API key in my sandbox (screenshots attached). So i created a client Id and client secret but not sure if its the right way of creating a API key. Can you please help me with this?

Thanks

Forums

I have got into a very weird scenario today. Using Apex SDK to create package in OneSpan.

I have created a package in OS with placeholder1 assume roleId as 'ph01' and signer1 with roleid as 'signer01' 

Now when I create a transaction and set a sender manually ([email protected]) (email address isn't part of any of the signer), the placeholder role is being replaced by sender instead of actual recipient. Ideally sender should be an seprate entry, however it replaces the placeholder.