Finance and Operations apps allow for custom data entities. How we can create these data entities with which of the following applications other than visual studio?

Naveen Tariq 21 Reputation points
2020-09-15T12:36:48.66+00:00

A general knowledge question

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,430 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,058 questions
{count} votes

Accepted answer
  1. prmanhas-MSFT 17,901 Reputation points Microsoft Employee
    2020-09-15T13:59:48.467+00:00

    @Naveen Tariq A data entity is an abstraction from the physical implementation of database tables. For example, in normalized tables, a lot of the data for each customer might be stored in a customer table, and then the rest might be spread across a small set of related tables. In this case, the data entity for the customer concept appears as one de-normalized view, in which each row contains all the data from the customer table and its related tables. A data entity encapsulates a business concept into a format that makes development and integration easier. The abstracted nature of a data entity can simplify application development and customization. Later, the abstraction also insulates application code from the inevitable churn of the physical tables between versions. To summarize: Data entity provides conceptual abstraction and encapsulation (de-normalized view) of underlying table schemas to represent key data concepts and functionalities.

    Visual studio is indeed the tool used for integration but there are different services which you can make use of for integration with Azure.

    You can refer to this article for building and consuming data entity.

    Moreover this article might be helpful as well to understand how to Integrate Finance and Operations apps with Microsoft Azure.

    Another concept on Finance and Operations apps data in Azure Data Lake can be read here as well.

    Hope it helps!!!

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics

    0 comments No comments

0 additional answers

Sort by: Most helpful