You need to sign in to do that
Don't have an account?
Tania Chatterjee
How to use BR() in salesforce validation rule
Hi All,
Am new in salesforce, so i just want to confirm how to use BR() in salesforce validation rule .
Am not getting the exact solution to use that .
kindly provide an example so that I can implement the same .
Thnks & regard
Tania
Am new in salesforce, so i just want to confirm how to use BR() in salesforce validation rule .
Am not getting the exact solution to use that .
kindly provide an example so that I can implement the same .
Thnks & regard
Tania
There is a new formula function called BR() in the Winter '07 release. This will allow you to insert an HTML line break tag into text formula expressions.
For example (using made-up field names) see the below code: BR() also works for PDF generation if you're using apex:outputText with escape=false in your PDF: Hope this helps.
Please mark this as solved if it's resolved so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.
Thanks,
Nagendra