Watz
12/12/2024, 11:36 AMCeligo AI
12/12/2024, 11:36 AMAI generated answer (using internal Slack threads):To access the memo on a user note through SuiteQL, you would need to query the
note
table. The note
table contains a field called note
which holds the memo of a user note. Here is a sample SuiteQL query:
sql
SELECT note
FROM note
WHERE internalid = 'your_note_internal_id'
Replace 'your_note_internal_id'
with the internal ID of the user note you want to access.
As for accessing the memo through Analytics, you would need to create a Workbook or a Dataset that includes the note
field from the note
table. Once you have the Workbook or Dataset, you can filter or sort by the note
field to access the memo of a user note.
******
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/12/2024, 11:36 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.841459632
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829732537
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829244316
Celigo AI
12/12/2024, 11:36 AMCeligo AI
12/12/2024, 11:39 AM