Skip to content

Make QueryCustomers behave appropriate for querying updates to customers #51

Description

@drobiazko

Currently the trigger is using the following parameters on first run.

{ where: [ 'lastModifiedAt > "1970-01-01T00:00:00.000Z" and externalId is defined' ],
  operator: 'and',
  sort: [],
  expand: [] }

If you configured Query Customers trigger to sync customer's update, the trigger might produce unexpected results as it will query all customers, even if they where not updated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions