The Usual Suspect
11/19/2025, 7:31 PMBryan Miller
11/20/2025, 7:21 PMBryan Miller
11/20/2025, 7:21 PMBryan Miller
11/20/2025, 7:22 PM(
SELECT LISTAGG(i.itemid || ' - ' || i.displayname, '<br/>') WITHIN GROUP (ORDER BY i.itemid)
FROM map_CUSTOMRECORD_CARTON_TRANS_custrecord_cf_item map
JOIN item i ON i.id = map.maptwo
WHERE map.mapone = c.id
) AS item_descriptions,The Usual Suspect
11/24/2025, 1:46 PM