FAQ: Can I get the list of Alternatives in Salesforce
It is possible to synchronize the Alternatives from the Doc Config configuration page into the Doc Config record. Follow these steps: The post FAQ: Can I get the list of Alternatives in Salesforce...
View ArticleLINK
Dynamically create a LINK in your documents. There are 3 types of links you can create: LINK: link to an external URL, like to a webpage. For more information: BOOKMARK: link to another reference in...
View ArticleEnable Track Changes when generating a DOCX file
When you generate a DOCX, you can enable track changes by default to make sure any changes are captured while editing in MS Word. See it in action here: The post Enable Track Changes when generating a...
View ArticleBEFORE Actionable to remove form-fields
In case you want to remove any form-fields from the generated PDF to download or mail out the PDF. That is possible by setting the “Flatten Type” through APEX. Flatten Types: NONE: Do not remove...
View ArticleDynamic Selector
The needs of our users are more complex every day, which is why we have developed a new component that helps generate a PDF file from 1 or more DocConfig, which is flexible, customizable, and easy to...
View ArticlePDF Butler – Complex Column Repeater (Repeat Columns and Rows)
Repeating columns and rows in a table in your Word document is possible. It will require programming skills (APEX) but if you follow this tutorial and check your data with Butler Inspector you will be...
View ArticleFAQ: Have a textbox fixed to the bottom of the last page
When generating documents, these documents are dynamic. You cannot know if the document will have 1, 2 or more pages. If you want to display text or a table at the bottom of the last page you cannot do...
View ArticleLightning Flow Action – Convert DOCX to PDF
If you have a DOCX file that you want to convert into a PDF, you can use a Flow to handle this. Use the “Convert a DOCX to PDF” action in the Flow Builder. You can write your own logic to define the...
View ArticleCall PDF Butler via a LWC Quick Action
You can create a LWC Quick Action to call PDF Butler and generate your document. Customize the LWC component used by quick action according to your business needs. Example: Lets create quick action on...
View ArticleUse Apex to Add SFDC Files to the Document – Handle Files via API
You can add PDF files stored in files within Salesforce to a generated document. This can be done via APEX, and an example is provided below. However, Managing the entire PDF in memory in Salesforce...
View Article