Notifications
Announcements
No record found.
When I import and export the data what is the mail classes is called any one can you guide me
*This post is locked for comments
Hi sudarshana,
Sysimport and SysExport classes will call for called when you are importing and exporting.
And Let me know whether it is useful or not.
Thank you
Rajesh
Note - This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft.
hi Sai what purpose we are using the queries in ax
SysDataimport and SysDataExport classes will hit while we are importing.
Reading the records from one or more tables is called Queries. ( which will useful in reports, forms, Programming and other Queries.)
Basically we have 3 types of Queries.
1. Inline Queries
like Simple Statements Select * from VendTable;
Select * from where "condition";
2. AOT Queries
The Queries which are created under AOT Queries nodes are called as
3. X++ Queries.
Simulating of AOT Queries in X++ code is called X++ Queries.
For Import- SysDataImport
For export- SysDataExport
if you need to debug any issue you can try to put a breakpoint these class and debug the same.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 4 Most Valuable Professional
Priya_K 4
MyDynamicsNAV 2