You need to sign in to do that
Don't have an account?
deploying issue in salesforce text are to rich text field in salesforce
deploying issue in salesforce text area to rich text field in salesforce.
Source org converted text area to rich text area.
while deploying same field text area in target org . facing below issue in salesforce.
"Conversion to Html only supported from LongTextArea".
Kindly help to resolve this issue.
Source org converted text area to rich text area.
while deploying same field text area in target org . facing below issue in salesforce.
"Conversion to Html only supported from LongTextArea".
Kindly help to resolve this issue.
According to the documentation -> https://help.salesforce.com/s/articleView?id=000386310&type=1 (https://help.salesforce.com/s/articleView?id=000386310&type=1) , It is not possible to convert text or text area to rich text area directly. So we need to convert text area to long text area and then long text area to rich text area.
can you confirm once again .
Thank you.