


How to add filter in Dual-write
In today’s article, we will see how to add filter in Dual write when syncing data from FinOps to Dataverse and vice versa. For Dataverse, we can use Odata filter expression using Dual-write but for FinOps, we have to use different techniques which can be later in this article. Step 1: Go Data management > […]

How to get workers current position, department and manger in X++
In Dynamics 365 F&O, we have HcmWorkerHelper class which gives much information about worker such as department, primary position, current legal entity and so on. The code to get worker’s current position. This gives current worker record. The code to get current worker manager. The code to get current worker department. The code to get […]


How to create lookup with Virtual entity to native entity
Building an app requires capabilities to perform relational modeling between entities that are being used in the app. In the context of virtual entities, there will be scenarios where virtual entities and native entities in Dataverse must work together to enable the desired user experience. In this article, we will see the concept of relational […]

Create a customer in Dynamics 365 F&O using Power Platform
In today’s article, we will see how to create a customer in Dynamics 365 F&O using Power Platform. Pre-requisites: Canvas app Check below video for more details. If you like this article, feel free to share it with others who might find it helpful! If you have any questions, feel free to reach out to […]

How to use D365 F&O number sequence in Power Platform
Using continuous number sequences from Dynamics 365 Finance and operations in Power Platform can be cumbersome sometimes but in today’s article we will see how to use it. What is number sequence Number sequences are used to generate readable, unique identifiers for master data records and transaction records that require identifiers. A master data record […]


PowerApps Portals & Power Pages
In this article, we will see the difference and similarities between PowerApps Portals and Power Pages. PowerApps Portals PowerApps Portals are an extension of PowerApps that enables both citizen developers and professional developers to build external facing-websites that allow users their organizations to sign in with a wide variety of identities, create and view data […]

Formatting decimal places in Portal
There might some cases when decimal places are already set up in Dynamics 365 F&O and you need to change directly in the portal without changing in D365 F&O. For example: SalesOrderedQty is already scale to 6 decimal places and used in many tables. You can’t change the decimal places. How can you change the […]