Hi everyone We’re building sales force integratio...
# suitescript
s
Hi everyone We’re building sales force integration to netsuite sales order. How can we work with external id for list items such as product or currency.
b
suitescript doesnt use external ids as keys
you cant set a field by external id, you would need to do a search/query to filter by external id, and then get the internal id of the matching result
s
Thanks, but it means I need integration for every list exist in NetSuite for every app I connect as billing or sales force or other
b
you probably need to give up if your requirement is everything
you can use Field.getSelectOptions on fields which you understand the sourcing relationship
else you may just want to settle for searches/queries on supported records to see what internal ids are available
it wont really help on telling which field sources from which search/query type
s
If your integration uses SuiteTalk, I think that still supports using externalids as keys.