I think I've worked it out: ```var dt = format.fo...
# suitescript
c
I think I've worked it out:
Copy code
var dt = format.format({type: format.Type.DATE, value: new Date()}) + ' ' + format.format({type: format.Type.TIMEOFDAY, value: new Date()});
search.create({ type: "supportcase", filters: [['lastmodifieddate', search.Operator.AFTER, dt]], columns: ["internalid"] }).run().getRange(0, 1000);