Hi guys, How the best way to see our custom fields...
# general
l
Hi guys, How the best way to see our custom fields name to create an ODBC SQL ? There is a Netsuite Schema dictionary (https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2017_1/odbc/record/account.html) but doesn't included the custom fields and records types.
c
Use a decent UI that'll introspect the schema for you (eg: DataGrip). Or use the
OA_TABLES
view - it lists all tables
Generic NetSuite documention is obviously not going to include your customisations