How to use Record Insert List in X++?

How to use record insert list using X++? Introduction: If we are inserting a single record, we can use the insert() method. However, if we use the insert() method for bulk insertion, it will make a database call for each record. Instead, we can use RecordInsertList to insert multiple records at once, improving performance by […]
How to Use Like Operator in Dynamic Query and When to Use it?

How to Use Like Operator in Dynamic Query and When to Use it? Scenario: User wants to filter all the records from the SalesTable that contain the word “Contoso” when they run the runnable job. Note: SysQuery::valueLike() is used for filter all the records which matches the given condition/word. High level resolution steps Create a […]
How to Create RDP Based SSRS Report in Dynamics 365 F&O

How to Create RDP Based SSRS Report in D365 F&O How to create RDP-based SSRS reports in a customized model of Dynamics 365 Finance and Operations Problem statement: Resolution: RDP-Based Report: How to create an RDP-based report: Notes: Parameter CustAccount Detailed step-by-step explanation of the resolution Steps For Creating an RDP-Based Report: Create a temporary […]
