<@U7VH2756H> paste your code here?
# suitescript
a
@T_GDB paste your code here?
t
function doPost(requestBody) { var transactionSearchObj = search.create({ type: "transaction", filters: [ ["externalidstring","is","PTOP-201-jan18"] ], columns: [ "internalid" ] }); log.debug('transactionSearchObj', transactionSearchObj); var searchResult = transactionSearchObj.run().getRange({ start: 0, end: 100 }); log.debug('searchResult', searchResult); }