Data sources can have hundreds of fields. It would be great to have a search function within the field tagger in both DocGen for Salesforce and DocGen for AC. It would operate similar to how the variable search works in AC.
Require an attribute that could be reported on or tracked which captures the number of pages of pdf which Nintex renders in a given batch
Require an attribute that could be reported on or tracked which captures the number of pages of pdf which Nintex renders in a given batch. The general benefit to this is having an attribute that can be used to help keep track of how many pages the...
How to select Contact while sending the email for Person Account
We are using person accounts and we need to generate documents and send the emails to person account's email address. But I dont see any contact get populated on the screen because its a Person Account.
Support the TEXTJOIN function in Excel so writing formulas is less work. Make work less work....?
Formula using TEXTJOIN:
=TEXTJOIN(“, “,TRUE,I17:I26)
Formula without TEXTJOIN: =IF(L17=“”,“”,L17)&IF(L18=“”,“”,CONCATENATE(“, “&L18))&...
When using the Classic version (VisualForce page) I am able to edit the body of the email generated using Word to Email template functionality. We need this in the DocGen Lightning Component.
Dynamically controlling the Field codes conversion to text
In the Docgen template, we have Field codes to dynamically render the text in the Document. we have scenarios where we might wanna download the doc in a word format, rather than a PDF. To ensure that a user can update the doc, we convert the field...