Ava
05/23/2025, 5:17 PMCeligo AI
05/23/2025, 5:17 PMAI generated answer (using internal Slack threads):To access the quicknote field on support cases in SuiteQL, you would need to query the
CASE
table and select the QUICKNOTE
field. Here is a simple example of how you might do this:
sql
SELECT QUICKNOTE FROM CASE WHERE CASENUMBER = 'your_case_number'
Please replace 'your_case_number' with the actual case number you are interested in.
Remember to ensure that you have the necessary permissions to access the CASE
table and the QUICKNOTE
field.
******
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
05/23/2025, 5:17 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.83833468
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.833069
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827253878
Celigo AI
05/23/2025, 5:17 PM