JR
08/28/2023, 9:32 PMChris Simon
08/28/2023, 9:59 PMJR
08/28/2023, 10:05 PMDavid B
08/28/2023, 10:46 PMDavid B
08/28/2023, 11:15 PMSELECT
SystemNote.recordId record_id,
customrecordtype.name as record_type_name,
customrecordtype.scriptid as record_type_scriptid
FROM
SystemNote
JOIN CustomRecordType ON systemnote.recordtypeid = customrecordtype.internalid
WHERE
recordId IN (116411, 116412)
AND systemnote.type = 1
David B
08/28/2023, 11:16 PMDavid B
08/28/2023, 11:21 PMJR
08/29/2023, 2:40 AMleo_ns
08/29/2023, 11:06 PMDavid B
08/29/2023, 11:07 PMleo_ns
08/29/2023, 11:08 PMJR
08/30/2023, 6:56 PM