How can I access the quicknote field on support ca...
# ask-stanley-ai
a
How can I access the quicknote field on support cases in SuiteQL?
c
AI 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:
Copy code
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. ******
Slack 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
Please provide your feedback on this answer.