Introduction: In Microsoft Dynamics 365 for Finance and Operations, we need to install and setup Document Routing Agent (DRA) in our system and activate Network Printers in Dynamics 365 for printing. Prerequisites: Printer Server. Printer Service account which can be used to install the printers on the Printer Server or the local laptop\PC. Active directory…
Month: June 2020
Adding a new custom number sequence in standard modules using COC
Purpose Adding a new custom number sequence in Account Receivable module Accounts receivable – Setup – Accounts receivable parameters Adding custom number sequence is possible using chain of commands. below code snippet will shows how to add custom number sequence. Step to add number sequence : Create a new extension class of table CustParameter and…
Data Entity Staging Tables Clean Using Direct SQL(Fastest Way)
Requirement & Issue Data Entity Staging Tables clean up is one of the most important maintenance activities.The amount of data stored in a database has a great impact on its performance.Huge and unnecessary data can lead to slowness & decrease performance of the D365 Finance and operation. There is no standard functionality & fast way…
How to show all display methods
By using a simple X++ job you can find easily all the display method on the table level.
X++ code to open a form or menuitem
how to open a form by using x++ code:
Export Excel using X++ for AX 4.0, AX 2009
Try using excel export using X++.