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.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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