by Tomi S | Aug 7, 2020 | Dynamics 365FO
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...
by Tomi S | Apr 17, 2020 | Dynamics 365FO
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...
by Tomi S | Mar 19, 2020 | Dynamics 365FO
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...
by Tomi S | Jan 22, 2020 | Other
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,...
by Tomi S | Jan 7, 2020 | Dynamics 365FO
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...