Hi, How can I pull a "User Note" content, it shows as a "note" field but I do not see it as one of the columns.
Do I need to join with another table?
SELECT
note.activity,
note.entity,
note.externalId,
note.folder,
note.id,
note.item,
note.media,
note.custrecord_nx_asset,
note.custrecord_nx_note_idempotency_key,
note.accountingPeriod,
note.topic,
note.transaction
FROM
note
WHERE
note.transaction = '916983'