Connector Adaptor Attache (version 7)
The Connector's Attaché adaptor supports connecting to the Attache's accounting system software, which is developed by The Access Group.
Topics |
Prerequisites
Please make sure you have read through the Get Started/Overview before continuing down this document.
Also make sure you understand the concepts of:
- Connector Adaptors.
- Connector Routines.
- Attache system.https://www.theaccessgroup.com/en-au/our-brands/attache/
Overview of Data Connectivity
The adaptor utilises the ODBC (Open Database Connectivity) data source to obtain and export data from an Attache system. It uses Attache's built in KFI(Key File Import) functionality to import sales orders back into Attache. The KFI utility relies on the Squizz.com screen template and user being set up in Attache to correctly import data from the connector into Attache.
Attaché Setup
To allow the adaptor to talk to a Attaché installation, the following needs to be setup within the Attaché installation:
Sales Order Import Setup
For the Connector's Attaché adaptor to be able to import sales orders into the Attaché system, within the Attaché system an "order" screen needs to be configured that matches the structure of the order data saved by the Attaché adaptor. Attaché uses the same screens as users within the software to import sales orders through its KFI (Keystroke File Import) feature. The contents of the sales order file generated by the adaptor contains the key stroke commands to act like a user keying in an order within the Attaché system. To set this up follow these steps:
- Download the ORDEXSQI.SPF file to the computer where the Access Attaché client application is installed. This file contains the Attaché screen layout configuration for allowing users to key in orders.
- Open the Access Attaché client application.
- Type in the user ID and password of either a supervisor or administrator user.
- Select the Attaché company file where data is being imported to.
- In the Attaché application's menu, click on the Setup menu item
- Under the Screen Designers section, click on the Orders link.
- Click on the Create button
- Find and select the ORDEXSQI.SPF file previously downloaded in step 1.
- Click on the Save button
- Click on the File menu item
- Click on the Switch Users sub menu item
- Type in the User ID and password of the user who will be used to import sales orders with.
- From the Navigation menu, click on the Customers menu item.
- Click on the Orders item
- Click on the Create button
- Click on the Screen button.
- Select the screen that was previously added to Attaché in step 9. This screen will now be saved as the user's default screen, that also can be used by the KFI imports to import sales orders with this user.
- Click on the Cancel button to cancel creating the order.
- Open up a File Explorer application
- Navigate the directory where the Attaché company-file base directory exists, for example: C:/path-to-attache/attachebi/company-name/
- Navigate to the directory of the user
References:
Adaptor Settings Configuration
Below are all the settings within the adaptor's General Settings window that enable connectivity between the adaptor, the Attaché system's database, and its KFI data import functionality.
Setting | Description |
---|---|
Attache ODBC Data Source Name | Name of the ODBC data source that has been configured in WIndows to read and write data from the Attaché system's database. |
Attache ODBC Data Source User ID | Name of the user to connect with when obtaining data from the Attaché system's ODBC data source. |
Attache ODBC Data Source User Password | Password to connect with with when obtaining data from the Attaché system's ODBC data source. |
Attache Database Table Name Prefix | Set a value that can then be placed within data export SQL queries before the table names in queries, to correctly query the Attache underlying database through an ODBC connection. |