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
trouble with 'switch' statement
I'm attempting to perform an auto assignment for my reps. Essentially in the code below, the verticalId variable is retrieving a value from a customer record. I then want that variable evaluated in a switch statement. But when I hit the switch statement in the debugger, it always goes directly to the default line.
Can anyone shed light on this? the rest of the code works correctly (not posted here) and I am passing on a valid value to the verticalId variable.
so if the var verticalId = 7, then the switch statement should go to case 7, and set the field value to the id provided. Right?
0