Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Help! Need a simple answer to a silly question
How do we CONCAT three strings with dividers in MASS UPDATE? I tried different ways, but did not seem to get any of these to work:
Formula for TransferField: CONCAT({number},"/",{custbody12},"/",{shipto})
Formula: CONCAT({number},'/',{custbody12},'/',{shipto})
Formula: CONCAT({number},{/},{custbody12},"/",{shipto})
0