pradipsatpute

Getting Issue with merging fields on document

0 votes

Hi,

I am working on cpq,and my requirement is to use quote fields in one span document so please help me to get it.


Reply to: Getting Issue with merging fields on document

0 votes

Hi Pradip,

 

Thanks for your post!

Have you got the chance to try the sample Apex code I provided in this previous post? Generally speaking, you would read quote fields via SOQL and create Label Fields with its value to merge the fields.

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Getting Issue with merging fields on document

0 votes

Thank you Duo_Liang

can you please provide detailed guide,how that code can be execuited in salesforce, and where that will be mapped in template on in transaction beacuse my requirement is i am automating all process providing document directly from salesforce and creating transaction.

 


Reply to: Getting Issue with merging fields on document

0 votes

Hi Pradip,

 

Are you using OneSpan Sign for Salesforce CPQ connector? Or are you doing your own integration via Apex code?

 

Duo 

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Getting Issue with merging fields on document

0 votes

We are using button and passing data to parameter that you are provided /apex/esl__package?ParentId={!Account.Id}&Name={!Account.Name}%20Agreement&TemplateID=a0G360000018BdREAU

 

is there any other way to create transaction via apex or any else.

Also also we found apex SDK on OneSpan documentation if we are not getting that how we can use it if you can provide detail steps to create transaction via apex SDK its helpful for us

 


Reply to: Getting Issue with merging fields on document

0 votes

Hi Pradip,

 

Thanks for the info!

Although I haven't had the chance to attempt the OSS for the Salesforce CPQ connector, this custom button link looks familiar to me. If you are looking for a way to merge Salesforce data into a field, try to follow this guide and add a convention which consists of two parts - Recipient Label and Field Mapping:

By adding Recipient Label to each signer which consists of a list of text tags, it defines the fields' names and locations. From what you described, use label field or text fields.  

Then, add Field mapping to link the field name to their corrsponding Salesforce data, guide here.

Finally, this guide covers all the available custom button parameters. In particular, search for "ConventionID" and "SignerXLabel" for more information about how to specify convention and signer label via the custom button/link.

 

Duo

 

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off