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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Parameter Formula on Create Record Action for Item Name/Number
I have created a workflow to clone an existing item record into a new item record via a custom button however adding a suffix to the item name/number to allow for the new item to be unique. This is being accomplished through an Item workflow with a Create Record action. Within the parameters of the Create Record action I have listed Name and entered the formula
CONCAT({itemid},'-XXX'). The new item is being created however with the name/number of Invalid Expression - XXX due to {itemid}.
Why would {itemid}, which is representative of the Name of the item record, result in an Invalid Expression? To test this, I replaced {itemid} with {displayname} which worked.
0