Nicholas Penree
10/28/2021, 7:25 PMDavid B
10/28/2021, 8:06 PMNicholas Penree
10/28/2021, 8:56 PMDavid B
10/29/2021, 5:31 AMvar cashsaleSearchObj = search.create({
type: "cashsale",
filters:
[
["type","anyof","CashSale"],
"AND",
["systemnotes.field","anyof","TRANDOC.KSTATUS"],
"AND",
["systemnotes.newvalue","is","Deposited"]
],
columns:
[
search.createColumn({
name: "date",
join: "systemNotes"
})
]
});