Is there a way to return the external id of record...
# suitetalkapi
b
Is there a way to return the external id of record refs? Currently, when we receive an object that is a reference, it returns a RecordRef that has the internalId and the type; However, the externalId is always empty. We want to be able to search our internal database based on the external id we send when we create the object in Netsuite from our system, but having to get a record and then get the joined record via internal id (Project, in this case) to get the external id to search our database is.... let's say... inefficient