Hi, I have created a transaction saved search with...
# suitescript
n
Hi, I have created a transaction saved search with columns, document number, transaction type, and account name. I want to pull the account name without any hierarchy (no parent) in the account name. Please can someone let me know how to do it?
l
Try adding a Formula (Text)
SUBSTR({account},INSTR({account},':')+2)