Forum Discussion
GauravSharma3
8 years agoQrew Commander
Hi,
Create the formula text field and try the below code.
Gaurav
Create the formula text field and try the below code.
ToText([Appointment Date]) &" "& [Provider Name] &" "& [Case Manager]Thanks,
Gaurav
GauravSharma3
8 years agoQrew Commander
Just to add, if your Case Manager field is a User field then, try UserToName formula.
UserToName([Case Manager])