how can i get matrixoptionlist using suiteql
# ask-stanley-ai
b
how can i get matrixoptionlist using suiteql
c
AI generated answer (using internal Slack threads):
To get the matrixoptionlist using SuiteQL, you would need to query the CustomField table. However, please note that SuiteQL does not directly support querying matrixoptionlist. Here is a sample query to get custom column fields:
Copy code
sql
SELECT scriptid FROM CustomField WHERE fieldtype = 'COLUMN'
This query will return all the custom column fields in your account. You can modify the WHERE clause to filter the results based on your needs. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.788280427
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.761894822
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.760779321
Please provide your feedback on this answer.
b
it returns all the customfield i only wants to get the list of matrix option that i have created like size color and parts all of these have enabled matrix option how can i get only these custom fields
c
Thank you for your feedback
r
The agent isn’t yet programmed to answer follow-up questions in thread. But you can ask again in the main channel.