Join Slack
Powered by
Is there a way to query the list of custom item op...
# suitescript
c
Chris
02/04/2021, 11:53 PM
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
michoel
02/05/2021, 12:05 AM
With SuiteQL there is a CustomField table. You can do something like
SELECT scriptid FROM CustomField WHERE fieldtype = 'COLUMN'
🙏🏻 1
c
Chris
02/05/2021, 12:06 AM
Sweet 👍🏻
2
Views
Open in Slack
Previous
Next