what's the `record.Type` for fxreval?
# suitescript
m
what's the
record.Type
for fxreval?
n
Tried this?
Copy code
var fxrevalSearchObj = search.create({
   type: "fxreval",
   filters:
   [
      ["type","anyof","FxReval"]
   ],
   columns:
   [
      search.createColumn({name: "internalid", label: "Internal ID"})
   ]
});
m
No, I haven't. That's a great idea, thanks!
n
@Merik Ducker no problem 🙂