You need to sign in to do that
Don't have an account?
Devendra@SFDC
Rich Text Area field in Formula
Hello Board,
Salesforce doc says,
When a rich text area field is used in a formula, the HTML tags are stripped out before the formula is run. For example, when a rich text area field is used in a validation rule's criteria, the HTML tags are removed before the evaluation.
I am creating a cross object formula field with return type TEXT to access Rich Text Area field. But RTA field was not available there.
What I am missing here?
Thanks,
Devendra
Rich/long text area fields aren't available for formulas. If you need to pull this information through I think you'll need to use a workflow field update or trigger to copy it.
Unfortunately the Workflow Field Update also loses the markup so best to stick to Apex Trigger solution
Hi Enth,
Can you help to return Rich Text Area field for formula field. I got a situation where i needs to store so many values in the return type. Text Area is not sufficient for this.
Please suggest me.
Thanks