Introduction
The Missing Table Generator feature was introduced in Dynamics 365 Finance and Operation 6.7.0. This feature provides an option to automatically generate any missing tables and fields in the user’s environment, for development and debugging purposes.
It can be useful to users who work with highly customized tables and fields, and when importing reports from the customer's environment to the ‘non-customer's’ environment, where fields and/or tables are missing.
Enable the feature
To enable the Missing Table Generator feature, follow these steps:
1. In Finance and Operations, navigate to Lasernet > Setup > Parameters.
2. Open the Performance tab and expand the Check if Lasernet module is compatible with current system section.
3. Toggle the Enable missing table generator for imported reports option to Yes.
This makes the option available also in the Lasernet report overview.
If any fields and/or tables are missing, a ZIP file is created and downloaded to the machine. The ZIP file includes some XML file and an automatically generated Readme.txt
explaining how to apply the missing fields and/or tables in the environment.
Readme.txt
The ZIP file contains auto-generated missing tables from the ReportWithMissingTableAndFields
report. To install these generated tables and fields, please follow these steps:
1. Create a new package and ensure you add references to the ApplicationSuite
packages.
2. Within the new package, create the AxTableExtension
folder, and add to it the following files:
CardTrans.LACTMPExtension.xml
CustInvoiceJour.LACTMPExtension.xml
CustInvoiceTrans.LACTMPExtension.xml
SalesLine.LACTMPExtension.xml
3. Within the new package, create the AxTable
folder and add to it the following file:
LasernetTable.xml
4. Compile and synchronize the package.
Add a comment
Please log in or register to submit a comment.