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!
Problem getting the Customer ID with auto-generated numbering
I have set up customers so that they have auto-generated numbers. As such the Customer ID gets broken down into two parts. I want to get at the number, how do I do that?
var customerID=currentRecord.getFieldValue('entityid');
This returns the value that shows in the Name ('altname') field.
It should return the value that shows in Customer ID ('entityid') field.
0