Have anyone experienced the M/R script defect now?...
# suitescript
l
Have anyone experienced the M/R script defect now?
Copy code
function getInputDate() {
 return search.load({id: 123});
}
It's not working anymore, the saved search is still available in the UI
v
function getInputData() { return search.load({ id: 'customsearch1160' }) }
l
yes, same thing
message has been deleted
this used to work before tho ;s
more weird is if I use
invoiceSearchObj.runPaged().count;
will display correct result count lol
ok...one of the column is causing the issue...
;s