Available In: Docs Made Easy Basic and Pro
Parameter Value :
A Salesforce merge field (e.g., {!ObjectAPIName.FieldName})
A static custom file name (e.g., Invoice_Template)
Or a dynamic tag like {{TODAY}} for timestamped filenames
Parameter Requirements : None
Parameter Description : The Output File Name (ofn) parameter in Docs Made Easy allows you to customize the name of the generated document file at runtime. This helps in ensuring that output files follow a predictable and meaningful naming convention for easier indexing, archival, and user clarity.
Example -
USE CASE | PARAMETER VALUE | RESULTING FILE NAME |
Static Name | Invoice Template | Invoice Template |
Merge Field | {!Opportunity.Name} | Acme Expantion Deal |
Merge Field + Date | {!Account.Name} - {{TODAY}} | ACME - 10-Jul-2025 |
Object API Field | {!Account.AccountNumber} | CD656092 |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article