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
Formula help needed
Hi,
I am trying to add a custom transaction column field (MD Discount) on a Sales Order form which should have a formula as below:
{custitem106} - {rate}
where {custitem106} is a custom Inventory Item field.
and rate is the standard transaction column field for rate.
I am not storing the value as the custom field uses the formula.
Also, the type of this field is free text.
I get the below error when I check a Sales Order. Can anyone please help to fix this error?
I tried to modify the formula as below:
{item.custitem106} - {rate}
This gives me the error: ERROR: Field 'item.custitem106' Not Found
0