Passing a record and filtering the query

Task Passing a record from “MCROrderNotes” form and filtering the query by it on “SysOutgoingEmailTable” form. Since both of the objects were standard forms, I had to use extensions. That is why passing a record by code slightly changed since...

Data entity errors

Introduction My previous article was about data entities.After that, I started to put my knowledge into work and encountered some errors.I didn’t find too much information about them so I decided to write a post about data entity errors. Error after adding range...

About data entities

Introduction Data entities were introduced in Dynamics 365. It is an abstraction from the physical implementation of database tables. They enhance data importing/exporting services. A data entity is a de-normalized view of data that is spread across multiple...

My first Power Automate (Flow) application

Meeting with Flow Through my brief journey with Dynamics 365 I’ve encountered expressions like PowerApps, Flow and how good it is to fuse them together. That made me investigate these topics through Microsoft’s e-learning documents. I learned that there are free,...

Consume a web service in D365FO

How I started The cornerstone of my solution was this Microsoft document.https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/consume-external-web-serviceIt is a step-by-step guide to help you understand the basics of web service...