PandaDoc / pandadoc-sfdc-examples

JSON builder example for Salesforce integration
8 stars 5 forks source link

Question: Retrieving the Template ID in the JsonBuilder? #3

Open AlexKEPHD opened 1 year ago

AlexKEPHD commented 1 year ago

I've been asked to develop a system that will name documents created on Opportunities differently depending on the template that was used. We have different naming format requirements for different types of documents.

I decided to look into making a custom JsonBuilder and overriding getDocName, however I can't seem to access the template ID from inside the custom JsonBuilder.

Is this at all possible to do?

Thank you!