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
- Download the Application:
- Access ZitNavWS - BusinessCentral Connector.
- Download the
.zip
file and extract it toC:\BBC
.
Configuration
app.config
:
Set Version inside "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
.
- Launch the application, and a console window will appear.
- After completion, the console window will close.
- A new
.txt
file will appear in the folder namedZitNavWsLog{yyyyM}.txt
. - Check the log file to see if any errors appeared or if it completed successfully.