Yadigar
06/18/2024, 12:50 PMSELECT
  tranid,
  trandate,
  custbody_cl_risk,
  custbody_cl_so_first_payment_date,
  custbody_sf_opp_id,
  lastModifiedDate,
FROM
  Transaction
WHERE
  Transaction.Type='SalesOrd' AND custbody_sf_opp_id is not nullMike Robbins
06/18/2024, 1:09 PMAND lastmodifieddate > SYSDATE - 7Yadigar
06/18/2024, 1:44 PMYadigar
06/19/2024, 5:53 AMMike Robbins
06/20/2024, 2:07 PMand sn.field in ('field1', 'field2', 'field3') but the field names in the systemnote table are weird so you would probably need to examine which fields have the values that you see in the UI.