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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Logic in Custom Field
We have Custom Item Fields that contain logic within a CASE clause.
The logic looks up a Checkbox field and compares the value to 'Yes' or 'No' and formats a string of free form text based on that value.
The syntax in the formula field is as follows:
CASE
WHEN
{custitem_field}='No'
THEN
CONCAT('*',{custitem_other_field})
ELSE
{custitem_other_field}
END
The above seems to work fine, on the item itself. We can pull up a tab with the custom field on it and it always displays correctly.
The issue arises when attempting to view this custom field within a
Tagged:
0