ZitNavWS - BBCWiki/IPos-Internal GitHub Wiki

ZitNavWS - BusinessCentral Connector

ZitNavWS is a console application that imports data from BusinessCentral to HQRIO inside the following tables:

  • Products
  • PriceListsDetails
  • SKU
  • Sizes

It also exports data like StoreDayCloses and MoneyMovements to BusinessCentral.

Installation

  1. Download the Application:

Configuration

Set Version inside app.config:

  • "V1" for older integrations, on-premise, with Username/Password authentication (e.g., GiseCaffe, Zucchini).
  • "V2" for newer integrations (from 2024/08), with OAuth authentication (e.g., RH+ and others).

For Version V1, complete the following parameters:

  • WSUsername
  • WSPassword
  • BusinessCentralCompanyName
  • BusinessCentralUrl
  • VatCode
  • Leave all other fields empty or, if they are not empty, please set them as such.

For Version V2, complete the following parameters:

  • Default product attributes:
    • SizeClassCode as "-"
    • ProductSubfamilyCode as "-"
    • VatCode
  • OAuth credentials:
    • ClientId
    • ClientSecret
    • TokenEndPoint
    • Scope
    • BusinessCentralCompanyName
    • BusinessCentralUrl

Usage

You can find the application inside C:\BBC\ZitNavWS - BusinessCentral. Inside this folder, the application is named ZitNavWS.exe.

  1. Launch the application, and a console window will appear.
  2. After completion, the console window will close.
  3. A new .txt file will appear in the folder named ZitNavWsLog{yyyyM}.txt.
  4. Check the log file to see if any errors appeared or if it completed successfully.