Join Slack
Powered by
How can I get a list of custom fields or look up a...
# suitescript
d
Dan P
09/23/2021, 5:00 PM
How can I get a list of custom fields or look up an individual custom field record using suitescript?
b
battk
09/23/2021, 5:24 PM
Custom Field Definition
s
Steffen Andersland
09/23/2021, 10:09 PM
You can use suiteql to query for a list of all custom fields
select * from customfield
2
Views
Open in Slack
Previous
Next