Isaac
04/23/2026, 9:54 PMCeligo AI
04/23/2026, 9:54 PMAI generated answer (using internal Slack threads):Based on the conversations, it appears that SuiteQL's BUILTIN.HIERARCHY function cannot be used with List/Record custom fields that have a hierarchy. However, you can use SuiteQL to fetch the full display path of a List/Record custom field. To get the full path name, you can use the
N/search to get the name column. This was suggested in one of the conversations. However, the exact SuiteQL query to achieve this was not provided in the conversations.
In another conversation, it was suggested that you can use SuiteQL to query for a list of all custom fields with the query select * from customfield. This might be a starting point for you to construct a query that fetches the full display path of a List/Record custom field.
Remember to replace customfield with the actual name of your custom field. Also, you might need to join multiple tables in your query to get the full display path, depending on how your custom fields and their hierarchy are set up.
******
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
04/23/2026, 9:54 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.860595822
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838928401
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.832763791
Celigo AI
04/23/2026, 9:54 PMCeligo AI
04/23/2026, 9:57 PMAbdul Basit
04/24/2026, 2:24 AM