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
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. 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