Slaesforce FAQ

how to use proper case in salesforce text fields

by Brannon Greenfelder Published 2 years ago Updated 2 years ago
image

You should be able to use workflows and field updates to change the case to UPPER Workflow -> field update -> select obj, thien field. Choose formula and your formula = UPPER () then activate it.

Full Answer

CONTAINS usage

1. Search for text. 2. Check if an unknown string or character matches a defined set of strings or characters.

CONTAINS examples

CONTAINS ("0123456789", LEFT (TextField__c,1)) To only match numbers 0-9, the compare_text length must equal 1. In this case, the formula is checking to see if the first character of TextField__c is a number between 0-9.

image
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9