property element
The property node defines a specific, configurable piece of data that the component expects from the Microsoft Dataverse.
Available for
Model-driven apps and canvas apps (public preview)
Properties
Name | Description | Type | Required |
---|---|---|---|
name | Name of the property | string | Yes |
display-name-key | Used in the customization screens as localized strings that describes the name of the property. | string | Yes |
of-type | Defines the data type of the property | See Remarks | Optional |
usage | The usage property identifies if the property is meant to represent a column that the component can change (bound) or read-only values (input) | bound or input | Yes |
required | Whether the property is required or not | boolean | Optional |
of-type-group | Name of the type-group as defined in manifest | string | Optional |
description-key | Used in the customization screens as localized strings that describes the description of the property. | string | Optional |
default-value | The default configuration value provided to the component. In model-driven apps, this property is only allowed on inputs since the bound parameters expect to have a column associated. | string | Optional |
Remarks
The of-type
property value must be one of the following:
Value | Description |
---|---|
Currency | Monetary values between -922,337,203,685,477 and 922,337,203,685,477 can be in this column. You can set a level of precision or choose to base the precision on a specific currency or a single standard precision used by the organization. |
DateAndTime.DateAndTime | Displays date and time. |
DateAndTime.DateOnly | Displays date only. |
Decimal | Up to 10 decimal points of precision can be used for values between -100,000,000,000 and -100,000,000,000 can be in this column. You can specify the level of precision and the maximum and minimum values. |
Enum | Enumerated data type. |
FP | Up to 5 decimal points of precision can be used for values between -100,000,000,000 and -100,000,000,000 can be in this column. You can specify the level of precision and the maximum and minimum values. |
Multiple | This column can contain up to 1,048,576 text characters. You can set the maximum length to be less than this. When you add this column to a form, you can specify the size of the column. |
Choice | This column provides a set of options. Each option has a number value and label. When added to a form, this column displays a control for users to select only one option. |
SingleLine.Email | The text provides a mailto link to open the user's email application. |
SingleLine.Phone | In the web application, columns will be click-enabled to initiate calls using either Skype or Lync if a client for either is installed on your computer. The telephony provider choice is at the bottom of the General tab of System Settings.For Dynamics 365 for tablets, Skype is the only available telephony provider. |
SingleLine.Text | This option simply displays text. |
SingleLine.TextArea | This format option can be used to display multiple lines of text. But with a limit of 4000 characters, the Multiple Lines of Text column is a better choice if large amounts of text are expected. |
SingleLine.Ticker | For most languages, the text will be enabled as a link to open the MSN Money website to show details about the stock price represented by the ticker symbol.For certain East Asian languages the window will open Bing search results for the ticker symbol. |
SingleLine.URL | The text provides a hyperlink to open the page specified. Any text that does not begin with a valid protocol will have "https://" prepended to it.Only HTTP, HTTPS, FTP , FTPS, OneNote and TEL protocols are allowed in this column. |
Yes/No | This column provides two options. Each option has a number value of 0 or 1 corresponding to a false or true value. Each option also has a label so that true or false values can be represented as "Yes" and "No", "Hot" and "Cold", "On" and "Off" or any pair of labels you want to display. |
Whole.None | This option simply displays a number. |
Value elements that are not supported
Following of-type
property values are not supported currently:
Value | Description |
---|---|
Whole.Duration | This format option can be used to display a list of duration options. But the data stored in the database is always a number of minutes. The column looks like a drop-down list and provides suggested options like 1 minute, 15 minutes, 30 minutes all the way up to 3 days. People can choose these options. However, people can also just type in a number of minutes and it resolves to that period of time. |
Whole.Timezone | This option displays a select list of time zones such as (GMT-12:00) International Date Line West and (GMT-08:00) Pacific Time (US & Canada). Each of these zones is stored as a number. For example, for the time zone (GMT-08:00) Pacific Time (US & Canada), the TimeZoneCode is 4. More information: TimeZoneCode Class (Sdk Assembly) |
Whole.Language | This option displays a list of the languages provisioned for your organization. The values are displayed as a drop-down list of language names, but the data is stored as a number using LCID codes. Language codes are four-digit or five-digit locale IDs. Valid locale ID values can be found at Locale ID (LCID) Chart). |
Lookup.Simple | Allows for a single reference to a specific table. All custom lookups are this type. |
Lookup.Customer | Allows for a single reference to either an account or a contact record. These lookups are available for the Opportunity, Case, Quote, Order, and Invoice tables. These tables also have separate Account and Contact lookups that you can use if your customers are always one type. Or you can include both instead of using the Customer lookup. |
Lookup.Owner | Allows for a single reference to either a team or a user record. All team or user-owned tables have one of these. |
Lookup.PartyList | Allows for multiple references to multiple tables. These lookups are found on the Email table To and Cc columns. They're also used in the Phone and Appointment tables. |
Lookup.Regarding | Allows for a single reference to multiple tables. These lookups are found in the regarding column used in activities. |
Choices | You can customize forms (main, quick create, and quick view) and email templates by adding choices columns. When you add choices column, you can specify multiple values that will be available for users to select. When users fill out the form they can select one, multiple, or all the values displayed in a drop-down list. |
Status | A system column that has options that generally correspond to active and inactive status. Some system columns have additional options, but all custom columns have only Active and Inactive status options. |
Status Reason | A system column that has options that provide additional detail about the Status column. Each option is associated with one of the available Status options. You can add and edit the options. |
Parent Elements
Element | Description |
---|---|
control | Defines the component's namespace, version and display information. |
Example
<property name="myFirstProperty" display-name-key="myFirstProperty_Display_Key"
description-key="myFirstProperty_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true" />
Related topics
Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview
Note
Can you tell us about your documentation language preferences? Take a short survey.
The survey will take about seven minutes. No personal data is collected (privacy statement).