Michael Scott
06/08/2022, 8:18 PM{custrecord_accountnumber} ({custrecord_bankname})
so i get something like 1232313 (BOA)
in the field. But i get an error saying the formula has an error. I could not find any sample on how to concatenate strings like this. I also tried with + and with concat
Do you have any suggestion? ThanksShawn Talbert
06/09/2022, 4:06 PM${custrecord_accountnumber} (${custrecord_bankname})
Shawn Talbert
06/09/2022, 4:06 PM