Available In: Docs Made Easy Basic and Pro
Parameter Value : WATERMARK
Parameter Requirements : None
Parameter Description : The Watermark parameter in Docs Made Easy allows you to dynamically insert a text-based watermark into your Word document using the value of a Salesforce field. This feature supports customization of font style, size, rotation angle, dimensions, and color — giving you full control over the branding or confidentiality marks in your document output.
SYNTAX FORMAT : {{WATERMARK:FieldName:Font:Width:Height:Rotation:ColorCode}}
COMPONENT | DESCRIPTION |
FieldName | Salesforce field whose value will appear as the watermark (e.g., Account.Name) |
Font | Font family (e.g., Arial, Times New Roman, Calibri) |
Width | Width of the watermark in pixels (numeric value) |
Height | Height of the watermark in pixels (numeric value) |
Rotation | Rotation angle in degrees (e.g., 45, -30) |
ColorCode | Hex code of the text color (e.g., #D3D3D3 for light gray) |
Example -
USE CASE | SYNTAX | SALESFORCE FIELD | OUTPUT |
Opportunity Watermark | {{WATERMARK:Opportunity.StageName:Arial:400:100:45:#D3D3D3}} | Closed Won | Applies “Closed Won” diagonally in gray |
Note:
The watermark text is dynamically pulled from a Salesforce field. Ensure the selected field contains appropriate display text, especially when using values like Opportunity.StageName or RecordType.Name.
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