Virtual Tables and Fields
Using virtual tables and fields you can create local data structures for Anveo Mobile App without any changes to your Microsoft Dynamics 365 Business Central tables. These virtual data structures empower you to build app-only processes. Data stored in these tables and fields will not be send to Microsoft Dynamics 365 Business Central in a synchronisation process.
There are two variants of virtual data structures: First, you can add virtual fields to an existing table of Microsoft Dynamics 365 Business Central. Second, you can create your own virtual tables and fields without any table structure of Microsoft Dynamics 365 Business Central.
Add a Virtual Field to a Microsoft Dynamics 365 Business Central Table
Create a new virtual table and connect it to your existing Microsoft Dynamics 365 Business Central table. The table name of your Microsoft Dynamics 365 Business Central table will be automatically used as the virtual table name and must be identical. Simply add a new line and enter the table number in the right column.

In the field definition of your virtual table, you can now add virtual fields. Anveo Mobile App uses the field name as a identifier. Please make sure it is unique and is not defined as a field name in your Microsoft Dynamics 365 Business Central table.

Create a new Virtual Table
If you want to create of a new virtual table that is not connected to a Microsoft Dynamics 365 Business Central table, simply keep the table number on 0. Please define at least your primary key.
Use your virtual data structures in your Synchronization Packages
You can simply add virtual tables and fields to your Synchronization Packages. Leave the table and field numbers empty and use the virtual table name / virtual field name fields.