Hi All
Does anyone know how to access the custom fields on the InventoryNumber table in NetSuite2.com ODBC data source? It appears that these fields are not available when transitioning from NetSuite.com ODBC data source.
p
paouriel
01/03/2023, 11:59 AM
Do you have access to SuiteQL? Is it not showing in OA_COLUMNS?
SELECT * FROM OA_COLUMNS WHERE COLUMN_NAME = 'your_field_id'