How To: Display Long URLs or Text Without Breaking Layout
Wrap long URLs or serial numbers without breaking the layout.
Problem
Solution
{{!Opportunity.Long_URL__c breakeverynchars="50"}}<column breakeverynchars="40">Long_Serial_Number__c</column>Practical Examples
<table>
<!--{{!
<lineitems>
<listname>opportunitylineitems</listname>
<column>PricebookEntry.Product2.name</column>
<column breakeverynchars="20">SerialNumber</column>
</lineitems>
}}-->
</table>For PDF-Upload Templates
Tips
Last updated
Was this helpful?

