d365 F&O How to filter records in a form by code using extensions in x++
This tutorial focuses on how to filter records in a form by code using extensions in X++ for d365 F&O. Specifically, it demonstrates filtering vendor invoice journals based on USD currency code. In this case, the extension class is created in the form datasource - init() method. The provided code shows how the addRange()
method is used to filter results based on the currency field. The class extends the VendInvoiceJour
form datasource.
If you're working with d365 F&O and need to filter records in a form by code, this tutorial is an excellent resource to guide you through the process. The provided code is clear and concise, making it easy for developers to follow along.
Note: The provided link directs to a personal blog where the tutorial is hosted.
Published on:
Learn moreRelated posts
Currency Rates In Power BI: Handling Missing Data
Learn how to handle missing data in a currency-rates table by using DAX and power query in Power BI with this helpful tutorial. Whether you're...
Transform a Regular Number into a Currency in Canvas App
In this blogpost, we will learn to convert & transform a regular number into a currency in Canvas App. Before we begin, ensure you subscri...
JavaScript Join(): Method Explained + Examples
If you're looking for an efficient way to join each element of an array into a single string in JavaScript, the join() method might be just wh...
Pop() in JavaScript: The Method Explained
Arrays are an essential data structure in JavaScript, and developers use a variety of methods to manipulate them. The pop() method in JavaScri...
Currency and Exchange Rate fields in a Dynamics 365 CRM entity | [Quick Tip]
Here's why Currency and Exchange Rate fields are not always in all the entities in Dynamics 365 CRM.
Python String replace() Method Tutorial
Learn how to use the Python string replace method with this helpful tutorial. As a prominent language in data analysis, Python offers a variet...
How to Auto-Update Currency Exchange Rates in Dynamics 365/Dataverse using Power Automate
This video tutorial teaches you how to automatically update currency exchange rates in Dynamics 365/Dataverse using Power Automate. With the c...
Change the default currency to local currency in dynamics 365
Dynamics 365 or Dataverse supports multiple currency. You can choose a base currency while creating an environment. For example USD. But if yo...
Rollup Field Error – Record currency is required to calculate rollup field of type currency
One of my recent MS CRM development, I have come across with rollup field error i.e. Record currency is required to calculate rollup field of ...