Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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