Bhawna sharma
12/24/2024, 12:39 PMCeligo AI
12/24/2024, 12:39 PMAI 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:
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.
******Celigo AI
12/24/2024, 12:39 PMSlack 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
Celigo AI
12/24/2024, 12:39 PMBhawna sharma
12/24/2024, 12:41 PMCeligo AI
12/24/2024, 12:41 PMrico
01/03/2025, 3:05 AM