alien4u
03/10/2023, 4:46 PMNathan L
03/10/2023, 4:55 PMSELECT MAP(['apple', 'banana', 'cherry'], (s) => LENGTH(s))
^ an example of a map function i found onlineShawn Talbert
03/10/2023, 5:21 PMalien4u
03/10/2023, 5:31 PMconst sProperties = pProperties.join(',');
const sQuery = `SELECT * FROM MAP_customrecord_record1_custrecord_record2 mp WHERE mp.mapone IN (${sProperties})`;
Shawn Talbert
03/10/2023, 6:25 PMalien4u
03/10/2023, 6:26 PMalien4u
03/10/2023, 6:27 PM