Posts

Image
Create and Manage Field within an Entity in Dataverse Column Types In Dataverse The column type determines the values that can be stored within that column. All columns have one and only one column type. The column types that are available in Microsoft Dataverse include: Text - A text value intended to be displayed in a single-line text box. Text Area - A text value intended to be displayed in a multi-line text box. If you require more than 4,000 characters, use a Multiline Text data type. Email - A text value that is validated as an email address and rendered as a mailto link in the column. URL - A text value that is validated as a URL and rendered as a link to open the URL. Ticker Symbol - A text value for a ticker symbol that will display a link that will open to show a quote for the stock ticker symbol. Phone - A text value that is validated as a phone number rendered as a link to initiate a phone call by using Skype. Whole Number - A number value presented in a text box. Duration ...
Introduction to Model Driven Apps and Dataverse Dataverse  Dataverse is the ideal data source because it is the foundational data source of Microsoft Power Platform. Dataverse is having  most functionality, the deepest integrations, the most features, and the best ease-of-use of any available data sources.  Microsoft Dataverse is a straightforward platform that you can use to begin designing your data structures.  Another benefit of using Dataverse is that all of your data is stored in tables. A table is a set of records that is used to store data, similar to how a table stores data within a database. Some benefits of using Dataverse and its tables include: Simple to manage Helps secure your data Access your Dynamics 365 data Rich metadata Logic and validation Productivity tools Model Driven Apps                   Model-driven apps use a component-focused approach to develop the app. When developing canvas apps, you h...