My Stuff

Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!

realchalliday Newbie

Comments

  • JaksonP's method worked for me too. var mySearchObj = search.load({ type: 'transaction', id: 'customsearch_that_i_have', }); mySearchObj.filters.push(search.createFilter({ name : 'custbody_invoiceduedate', operator : search.Operator.ONORBEFORE, values : ['today'] })); var searchResult = mySearchObj.run().getRange({ start:…