Is there a way to query the list of custom item op...
# suitescript
c
Is there a way to query the list of custom item options? i.e. I want to get a list of all
custcol_etc….
in an account.
m
With SuiteQL there is a CustomField table. You can do something like
SELECT scriptid FROM CustomField WHERE fieldtype = 'COLUMN'
🙏🏻 1
c
Sweet 👍🏻