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
"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