Anyway to retrieve a list of all (native) record types in NetSuite? Expecting to see "Account", "Transaction", "Item", etc.
d
dbarnett
09/01/2022, 6:03 PM
assuming narrowed down to scriptable records is ok (won't give you generic "Transaction" etc.) running a query on type 'scriptrecordtype' is the closest thing I can think off the top of my head
e
ericbirdsall
09/01/2022, 6:08 PM
that gives me most of what i'd need. but it doesn't show "Item" or "Inventory Item" "Assembly Item" etc. Which is strange as those are scriptable records....
ericbirdsall
09/01/2022, 6:10 PM
............ querying 'scriptcustomrecordtype' shows 'item' (along with many other NON-custom record types lol)..... interesting