Show TOC

Object documentationCustomer Maintenance Interface

 

This interface allows you to integrate your own, or third-party, applications with the customer maintenance functions.

The single object interface, TmxCustomer, allows you to configure the third-party application to access the customer databases directly. Through the interface, you can directly inquire into, modify, and delete the 'Customer' tables. The available datagram types are:

  • DG_CUSTDB_INQ

  • DG_CUSTDB_UPDATE

  • DG_CUSTDB_DELETE

In order to check security for these database operations, another datagram type, DG_EMPDB_CHECKSECURITY, functions to verify 'Store Number', 'Cashier Number', and 'Cashier Password' for these database requests.

Employee authority level verification is provided using manager codes in the 10000 to 20000 range. The following codes in the Configurator Manager/ POS Function table are available for COM interface methods:

  • 10001 – TmxEmployeeInquiry

  • 10002 – TmxEmployeeUpdate

  • 10003 – TmxCustomerInquiry

  • 10004 – TmxCustomerUpdate

  • 10005 – TmxPluInquiry (reserved)

  • 10006 – TmxPluUpdate (reserved)

  • 10007 – TmxDepartmentInquiry (reserved)

  • 10008 – TmxDepartmentUpdate (reserved)

  • 10009 – TmxDeptGroupInquiry (reserved)

  • 10010 – TmxDeptGroupUpdate (reserved)

  • 10011 – TmxDeptCategoryInquiry (reserved)

  • 10012 – TmxDeptCategoryUpdate (reserved)