anyone know why i would have an issue creating thi...
# suitescript
a
anyone know why i would have an issue creating this search?
Copy code
var paymentInstrumentSearch = search.create({
      type: "paymentcardtoken",
      filters: [["entity", "is", customer.internalId]],
      columns: [
        search.createColumn({
          name: "entity",
          sort: search.Sort.ASC,
          label: "Customer"
        })
      ]
    });