Conga or Field Mappings
Wednesday, September 29, 2021 at 03:29pmI think this is a dumb question, but do I need Conga to merge SF data into a document or can I use Field Mappings (via Conventions)? For example, I want to place the company name from the account record that the contact is related to on a document. Conga or Conventions?
Reply to: Conga or Field Mappings
Wednesday, September 29, 2021 at 04:53pmHi Peter,
Convention is a concept only available in OneSpan Sign SFDC Connector. According to your previous questions, seems you are integrating with APEX code, I doubt you would able to utilize the Connector's modelling.
On top of the Conga option, you could also leverage the "Field Injection" feature (guide here) which identifies the PDF form with certain name and stamps the value to the form while uploading.
Duo
Reply to: Hi Peter, Convention is…
Wednesday, September 29, 2021 at 05:07pmThank you. I really appreciate your help today, Duo. Great customer service!
Reply to: Thank you. I really…
Thursday, September 30, 2021 at 08:32amGlad to help! Always feel free to post any further questions!
Duo
Reply to: Hi Peter, Convention is…
Thursday, September 30, 2021 at 09:03amField injection is working great! Thank you for sending the guide. I was able to merge several values into the document and send for signature via the APEX SDK. Very, very powerful!
We are evaluating the APEX integration path versus SFDC connector. In theory, the convention/field mapping feature should also be able to merge Salesforce data onto a document right? I am not having success with that. I have set up a convention with a field mapping record that I want to merge the account name into the same e-sign field on my PDF.
On my PDF I have a field named CompanyName (same field that the field injection pattern is using)
My field mapping looks like this:
My transaction looks like this:
Reply to: Field injection is working…
Thursday, September 30, 2021 at 11:00amHi Peter,
I don't have a SFDC instance installed with OSS connector by hand, however from my previous experience:
Before you define a Field Mapping, you need to clicked on a Recipient Label > Add a new text tag, this text tag is different from the "Text Tag Extraction" feature, it just means to define a signature/field and how you want to put the signature/field.
From there, since you want to read data from a SFDC object, you will choose the "Label" field type, with the extraction method of "PDF Form Extraction", and give the text tag name the same as you defined in Field Mapping - "CompanyName".
In this way, the connector knows which PDF form to look for (defined in text tag), and what value to pre-set (defined in Field Mapping) and potentially write back (A Text Field would be able to write back, while not a Label).
Note: Using PDF form (with certain name) to define a OneSpan Sign field is so called the "Position Extraction" feature. If you've defined a Label field, the behavior would be very similar to Field Injection, the difference is the value won't be stamped until the signer signed, versus Field Injection stamps the value at the upload time.
Duo