erictgrubaugh
02/14/2018, 9:09 PMs.create({
type: WORK_ORDER,
filters: [
["mainline", IS, true], AND,
["createdfrom.createdby", ANYOF, webServicesUserId], AND,
["createdfrom.type", IS, SALES_ORDER] // might be recordtype instead of type
]
});