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.
Setting list values by name not internalID?
I am adding cash sales and I tried setting several list values by name. It worked for several of the fields but not others. I am trying to figure out why only some work. I know that I can use getSelectValue for those that do not work, but passing name is much easier.
Does anyone have any insight into why this sets the value correctly:
<shipMethod xmlns="urn:sales_2009_1.transactions.webservices.netsuite.com"> <name xmlns="urn:core_2009_1.platform.webservices.netsuite.com">UPS Ground</name> </shipMethod>
0