My Stuff
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.
Comments
-
Did you ever get this resolved? We are having the same issue here. Including the parsing error. Thanks,
-
I think you want to change those ORs to ANDs. case when {custentity_lead_score} >= 0 and {custentity_lead_score} <= 100 then '1' when {custentity_lead_score} >= 101 and {custentity_lead_score} <= 200 then '2' when {custentity_lead_score} >= 201 and {custentity_lead_score} <= 300 then '3' when…