NSN
06/30/2024, 10:51 PMvar searchData = [];
savedSearch.run().each(function(result) {
var rowData = {};
savedSearch.columns.forEach(function(column) {
rowData[column.name] = result.getValue(column);
rowData[column.name + '_text'] = result.getText(column);
});
log.debug('Search Result', rowData);
searchData.push(result);
return true;
});
Anthony OConnor
06/30/2024, 11:16 PMAnthony OConnor
06/30/2024, 11:19 PMAnthony OConnor
06/30/2024, 11:19 PMNSN
07/01/2024, 1:41 AM{
"recordType": "revenuearrangement",
"id": "3315291",
"values": {
"formulatext": "3315291-3-2",
"postingperiod": {
"value": "374",
"text": "Dec 2019"
},
"type": {
"value": "RevArrng",
"text": "Revenue Arrangement"
},
"tranid": "3",
"formulacurrency": ".00",
"revenueelement.allocationDetail": "2"
}
}
NSN
07/01/2024, 1:43 AMNSN
07/01/2024, 1:45 AMNSN
07/01/2024, 1:48 AMNSN
07/01/2024, 1:49 AMNSN
07/01/2024, 1:52 AMNSN
07/01/2024, 1:54 AMAnthony OConnor
07/01/2024, 2:02 AMNSN
07/01/2024, 3:04 AM