For Line Break in Salesforce Formula Field, BR() can be used. Check the following for example.
Sample Formula Field:
Sample Formula Field:
IF( CONTAINS(Name, 'test'),
'Test' & BR() & 'Account',
'Not a Test Account'
)
Sample Output:
For Line Break in Salesforce Formula Field, BR() can be used. Check the following for example.
Sample Formula Field:
Sample Formula Field:
IF( CONTAINS(Name, 'test'),
'Test' & BR() & 'Account',
'Not a Test Account'
)
Sample Output: