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.
How to store state in addressbook- Urgent
Hi,
I am storing state information as:- (just 2 letter for US states e.g IL for Illinois & (full name for states of other countries e.g. delhi for India).
Till last day it was working fine.
When I checked today. It giving error:-
[Code=INVALID_KEY_OR_REF] Invalid State reference key delhi
[Code=INVALID_KEY_OR_REF] Invalid State reference key IL
I don't know why it is not working today.
After that I tried to pass schema enumeration of state as:- _illinois for Illinois and it worked.
Problem is we have enumeration code for States of US & Canada so we can use that but what about other countries.
0