How to Override Lookup on a Form in X++When working with Dynamics 365 for Finance and Operations (D365FO), you may need to customize the lookup behavior on a form. This can be done by overriding the default lookup method using X++ extensions. In this article, we'll walk through the proces...Feb 5, 2025·2 min read
How to get RCS URL from any environmentFrom any environment, go to the repositories of your company In the Parameters column, find the URLJan 12, 2024·1 min read
How to use D365 methods with parametersIn this article, we will use the find() method of the WHSShipmentTable as an example. In this scenario, we are trying to create a calculated field that points to the WHSShipmentTable from the bill of lading model mapping. This method requires a Shipm...Oct 25, 2023·1 min read
Best practice for promotion to the production environmentThere are several ways to promote an electronic report to the production environment. In this article, we will see the method which has minimal risk of user error or interference. The first step is to select the latest completed version of the object...Oct 6, 2023·1 min read
How to setup connected applicationsFrom the Electronic reporting module in RCS, select Connected applications Then, select New Enter a name for the connected application and paste the URL of the environment you wish to add Save and click on Check connection A window will appear, s...Oct 6, 2023·1 min read
Change the output file nameThis is done in the format. Here is an example of a formula you can enter. "Sales Invoice " & model.header.SalesIdJun 7, 2023·1 min read
How to debug reportsOn the main ER page, select Configurations Select User parameters Enable Enable data debugging at format run and click OK. Note: If you do not see the option Enable data debugging at format run here's what you need to do: First go to Electronic re...Jun 6, 2023·1 min read