I've tried a number of ways, but having no success.
Is the following by anyway possible?
I've tried creating a validation rule on a field in in Opportunities...replace a carriage return with a "|" (pipe). I've tried both \r and (br) for the carriage return
SUBSTITUTE(TestField__c, FIND("\r", TestField__c), "|")
1 resposta
Hello Vaughan,
I would like to try and help. Here are some things to keep in mind when setting up Field Validation:
(https://help.salesforce.com/apex/HTViewHelpDoc?id=fields_defining_field_validation_rules.htm&language=en_US)
(https://help.salesforce.com/apex/HTViewHelpDoc?id=fields_validation_considerations.htm&language=en_US)
(https://help.salesforce.com/apex/HTViewHelpDoc?id=fields_validation_rules_tips.htm&language=en_US)
I hope this information has been helpful. If this has helped resolve your issue, please let us know by marking the post as "Best Answer" to help others in the community with similar questions.