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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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