This runs fine in my account: ``` s.create({ typ...
# suitescript
e
This runs fine in my account:
Copy code
s.create({
  type: s.Type.CONTACT,
  columns: ["entityid"],
  filters: [
    ["company", <http://s.Operator.IS|s.Operator.IS>, "Collin Sage"]
  ]
})