Allow change of content version sharing type from 'V' to 'I' and vice versa, if package is generated by community user. Currently the documents generated by community users are set to default 'V' which does not allow them to edit any fields relate...
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.
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.
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))&...
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...
DocGen too should have development and production mode
While building a new module that requires DocGen integration, the testing phase consumes live DocGen counts. Just like Forms or Workflow, ideally DocGen too should have Development mode. That way admins wont consume limited DocGen quota during tes...