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.
Unrestricted Saved Search not returning results for non-admin users on formula columns.
Hi all,
I have this saved search that returns results looking like this. These results are also the same if I change to a non-admin role.
However, my users that don't have an admin role appear to be getting blank results on all the formula results. At least, I believe this is the main factor. I have given the search to 2 other admins who are able to load results and 3 non-admins who cannot load results.
The formulas look like this.
I have also tried an alternate way of writing the formula but to no avail.
CASE
WHEN {type} = 'Invoice'
AND TO_CHAR({trandate}, 'MM') = '01'
0