Save manual as PDF or print  


BRZ Interface


The BRZ Interface app connects Microsoft Dynamics 365 Business Central to the BRZ payroll and cost-accounting environment.

Current Version: 1.0.0.0 as of Business Central 26.

Manual


Creation date: 2026/09/05
The current version of this manual can be found at:

https://www.navax.app/help.php?AppID=NVXBRZ&L=en


☰ Contents



General

  • App BRZ Interface

Setup

  • App Setup
  • Import/Export File Setup
  • CSV Field Mapping

Tasks

  • Working with the App

Pages

  • Companies
  • Import/Export Log
  • Field Selection

Appendix

  • Release Notes

Docs  /  Solution  /  BRZ Interface  /  General
 General

The BRZ Interface app connects Microsoft Dynamics 365 Business Central to the BRZ payroll and cost-accounting environment. It exchanges CSV files for employee master data, payroll postings, and project data through a SharePoint document library, using Microsoft Graph for secure file access.

The app is used by finance and payroll administrators who import employee and payroll data delivered by BRZ into Business Central, and who export project data from Business Central back to BRZ. Every import or export run is logged so that administrators can trace which files were processed and when.

Docs  /  Solution  /  BRZ Interface  /  Setup
 App Setup

The BRZ Import/Export Setup page holds all information the app needs to connect to the BRZ SharePoint document library and to post imported payroll data correctly. Configure this page once before running any import or export.

For company-specific BRZ identifiers, use the Companies page. These values are stored per company and are used in project export data.

Connection

FieldDescription
Tenant IDThe Tenant ID (directory ID) of the Azure AD App Registration used to sign in to Microsoft Graph.
Client IDThe Application (client) ID of the Azure AD App Registration.
Client Secret KeyThe client secret of the App Registration. The value is stored encrypted and only asterisks are shown once it has been entered.
Base URLThe base URL of the SharePoint site that hosts the document library, for example https://company.sharepoint.com.
Site NameThe name of the SharePoint subsite, if the document library is not located directly under the base URL.
Archive FolderFolder where a successfully imported file is moved to after processing.
Error FolderFolder where a file is moved to if the import finished with errors.

Project Export

FieldDescription
BRZ-Bauartnr.Construction type number used by BRZ, included in the project export file.
BRZ Mgt. Cost TypeManagement cost type used by BRZ, included in the project export file.
Prefix Cost CenterPrefix that is added to the cost center code in the project export file.

Payroll Posting

FieldDescription
Payroll FI Journal TemplateGeneral journal template that receives the financial accounting (F) lines from the payroll import.
Payroll FI Journal BatchGeneral journal batch that receives the financial accounting (F) lines from the payroll import.
Payroll CO Journal TemplateCost accounting journal template that receives the cost accounting (B) lines from the payroll import.
Payroll CO Journal BatchCost accounting journal batch that receives the cost accounting (B) lines from the payroll import.
Payroll Cost Object emptyDefault cost object used when a payroll line does not specify one.

Resource Defaults

These fields provide default values used when new resources are created during the employee import.

FieldDescription
Res. Gen. Prod. Posting GroupDefault general product posting group assigned to new resources.
Res. CO Posting GroupDefault cost accounting posting group assigned to new resources.
Res. Pricing GroupDefault pricing group assigned to new resources.

Files

The Files part on the setup page lists one entry per record type (Employee, Payroll, Project) and defines where the corresponding file is picked up. See Import/Export File Setup for details.

Actions

  • Field Mapping

    Opens the CSV Field Mapping page, where Business Central table fields are linked to a column position in the CSV import file.

  • Log

    Opens the Import/Export Log page, which lists every import and export run together with its result file.

TODO image: Screenshot of the BRZ Import/Export Setup page showing the Connection section and the Field Mapping and Log actions.

Docs  /  Solution  /  BRZ Interface  /  Setup
 Import/Export File Setup

The Files part on the App Setup page defines, for each record type, where the file to be imported or exported is located. One line exists for every record type (Employee, Payroll, Project).

FieldDescription
Record TypeThe kind of data the line applies to: Employee, Payroll, or Project.
Library NameThe exact name of the SharePoint document library (or folder) the file is picked up from or uploaded to.
File NameThe exact file name to look for, for example employees.csv. If left empty, the newest CSV file in the library is used.
File ExtensionThe file extension expected for this record type, for example csv.
DelimiterThe character used to separate columns in the CSV file, for example a semicolon.

Make sure the Library Name, File Name, and Delimiter match the file that BRZ actually delivers, otherwise the import cannot find or parse the file.

Related Topics

Docs  /  Solution  /  BRZ Interface  /  Setup
 CSV Field Mapping

The CSV Field Mapping page links Business Central table fields to a column position in the CSV file that BRZ delivers, for example for the employee import. Each line describes one field.

FieldDescription
BC Table No.The number of the Business Central table the field belongs to.
BC Table CaptionThe caption of the selected table (read-only, shown for readability).
SortingThe position at which the field appears in the CSV file. Each position must be unique per table.
BC Field No.The number of the field within the selected table. Use the Field Selection lookup to find the correct field.
BC Field CaptionThe caption of the selected field (read-only, shown for readability).
CSV File FieldThe column header or identifier as it appears in the CSV file.

If a Sorting position is entered that is already used for the same table, an error is shown so that duplicate mappings are avoided.

Related Topics

Docs  /  Solution  /  BRZ Interface  /  Tasks
 Working with the App

The BRZ Interface app moves data between Business Central and BRZ by exchanging CSV files through a SharePoint document library. The app never connects to BRZ directly; instead it downloads and uploads files from the library that both systems share.

Before You Start

  • An Azure AD App Registration with access to the SharePoint document library must exist, and its Tenant ID, Client ID and Client Secret must be entered on the App Setup page.
  • For every record type you want to exchange (Employee, Payroll, Project) the file location, file name, and delimiter must be configured, see Import/Export File Setup.
  • For the employee import, the CSV columns must be linked to Business Central table fields, see CSV Field Mapping.
  • For the payroll import, the payroll journal templates/batches and default posting groups must be filled in on the App Setup page.

Main Process

  1. Configure the connection and file locations on the App Setup page.
  2. Run Import Employees from CSV to create or update employees/resources from the file delivered by BRZ.
  3. Run Import Payroll From CSV to post the payroll postings delivered by BRZ into the financial and cost accounting journals.
  4. Run Export Projects to CSV to send current project data from Business Central to BRZ.
  5. Review the outcome of every run on the Import/Export Log page. Successfully processed files are moved to the archive folder; files with errors are moved to the error folder.

Related Topics

Docs  /  Solution  /  BRZ Interface  /  Pages
 Companies

The Companies list stores BRZ-specific company information that is required when project data is exported to BRZ. The value is maintained per company and is reused in the CSV export process.

FieldDescription
BRZ-BETRNRThe BRZ business number assigned to the company. It is included in the project export file and helps BRZ identify the correct company context.

Use this page when a company must be linked to its BRZ identifier before project data is sent to the BRZ environment. The value is stored in the company-specific setup and is not part of the global BRZ import/export setup.

Related Topics

Docs  /  Solution  /  BRZ Interface  /  Pages
 Import/Export Log

The Import/Export Log page lists every import and export run performed by the app, so administrators can verify which files were processed and when, and locate the archived or erroneous file afterwards.

FieldDescription
Entry No.Unique identifier of this log entry.
TypeWhether the entry describes an Import or an Export run.
Record TypeThe kind of data that was processed: Employee, Payroll, or Project.
Run Date/TimeDate and time when the run was started.
File NameName of the CSV file that was processed.
Arch File NameName under which the processed file was stored in the archive or error folder, typically the original file name with a timestamp added.

Use this page as the first place to check after running an import or export, to confirm the run completed and to find the file that was used.

Related Topics

Docs  /  Solution  /  BRZ Interface  /  Pages
 Field Selection

The Field Selection page lists all fields of Business Central tables and is used as a lookup when entering a field in the CSV Field Mapping page. It helps you find the correct field number without needing to know it in advance.

FieldDescription
Table No.The number of the table the field belongs to.
Table NameThe internal name of the table the field belongs to.
No.The number of the field within the table.
Field CaptionThe caption of the field as shown in Business Central.
TypeThe data type of the field, for example Text, Code, or Decimal.
ClassThe field class, for example Normal or FlowField.

Related Topics

Docs  /  Solution  /  BRZ Interface  /  Appendix
 Release Notes

Would you like to know what has changed in the extension?
Below you'll find an overview of the new features and changes made in the updates. Build-Overview in DevOps

NVXBRZ 1.0.0.0

as of Business Central 26
2026/08/28
  • Latest Changes

    • Aligned the SharePoint-based BRZ import/export setup with the current file exchange workflow.
    • Added company-specific BRZ-BETRNR maintenance in the Companies page so project export data can be identified per company.
    • Continued support for employee and payroll CSV imports with archive and error-folder handling after each run.
    • Retained CSV field mapping and import/export logging for traceability of each processed file.
  Save manual as PDF or print  
DE|EN Imprint