Posts

Tool to generate OpenAPI specification for custom services in D365 FO

Image
  This blog post walks you through the tool created to generate OpenAPI specification (formerly Swagger specification) for D365 FO custom services. Creating an OpenAPI specification from scratch requires lot of effort and time and even requires skill to generate in the correct format to be consumed externally. In order to avoid additional time to manually generate such specifications, I have created a tool which will automatically create an OpenAPI specification directly from D365 FO on a click of a button without the need of additional steps to wrap the D365 FO custom service using a third party tool.       Business Scenario: Simplified Solution Inc. has requested for OpenAPI specification for the custom services created within D365 FO for external application consumption.   Problem Statement: There is no facility to generate standard OpenAPI specification directly within D365 FO. Even if specification can be create

A Tool To Generate Data Entity Relationship Diagram In Simplified Way In D365 FO (Enhanced)

Image
  This blog post walks you through the enhancement towards already created tool to generate data entity relationship diagram. Identification of related entities can be challenging and tiresome activity which might consume considerable efforts and time to generate the ERD diagram. Hence to overcome this issue, new features have been added to the existing tool to automatically identify and populate related data entities for the diagram. Business Scenario: Simplified Solution Inc. has asked to identify the data entities and generate ERD for the products structure configured within D365 FO on the basis of the released products. Problem Statement: Identifying the related entities based on the primary data entity requires manual intervention of a developer to identify the relations on each entity using visual studio. This is a challenging process and requires good amount of time and efforts to identify the related entities. Solution: As an enhancement to the current tool, couple of feature

A Tool To Generate Data Entity Relationship Diagram In Simplified Way In D365 FO

Image
  This blog post walks you through the process of generating ERD diagrams for data entities within Dynamics 365 Finance & Operations. In order to overcome the difficulty of manually generating data model for data entities, I have created a tool for generating ERD diagrams to simplify your work. Lets understand the business scenario and why this tool is required.   Business Scenario: Simplified Solution Inc. has asked the implementation and architect team to  generate ERD diagram for D365 FO data entities to understand the data entity data model. This will serve the purpose of smoother implementation experience for reporting, integration and data migration teams.   Problem Statement: This is a common requirement asked by the architects and knowing that the standard ERP product does not provide an easy way to extract this information directly from the system, it becomes difficult and sometimes time consuming to list down all the relationships between data entities, cruc