Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The FindCustomerByName function is used to to find an one or more existing customer customers using the customer name.

The customer name can be a partial entry (for example, to find "CustomerA" and "CustomerB" you could enter only "Cust") and is case-insensitive (for example, "customer" and "CUSTOMER" are interpreted as the same entries).

This function uses an offset and This function also requires a login token, which is obtained using the Login function.

...