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.
"ERROR: Field Not Found" - Issue with Dynamically enabling and disabling buttons
Hi All,
Referance page: http://www.woodlanddirect.com/Fireplace-Accessories/Outdoor-Log-Racks/8ft-Black-Log-Rack
I have 4 or so "highlights" for some items in our web-store (You can some see them to the right of "email this page" under the description box on the reference page). One of these highlights is dynamic based on 2 criteria. I am using the following SQL formula to check the criteria...
CASE WHEN (({preferredvendor.shipcountry}='Canada')
OR
({quantityavailable}>0 AND {custitem_ships_freight}='No'))
THEN 'True'
ELSE 'False'
END
This formula seems to be working. The item field displays "True" when it should and "false" when it should.
The problem occurs when I reference the field in my website item template. The source code on the client computer is this...
0