You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/geospatial-component-input-address.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Change an address input control's behavior and appearance using properties. Some
95
95
| Longitude | Sets the longitude coordinate of the center point used for address suggestions. Requires **Search within radius** to be on. | Floating point number from -180 to 180 | Properties; Advanced: **Longitude** |
96
96
| Radius | Sets the radius, in meters, around **Latitude** and **Longitude** to constrain address suggestions. Requires **Search within radius** to be on. | Floating point number | Properties; Advanced: **Radius** |
97
97
| Language | Sets the language that address suggestions are returned in. | String | Properties; Advanced: **Language** |
98
-
| Country set | Identifies a comma-separated list of countries to constrain address suggestions to, in ISO 3166 alpha-2 format; for example, *US,CA,MX*. | String | Properties; Advanced: **CountrySet** |
98
+
| Country set | Identifies a comma-separated list of countries/regions to constrain address suggestions to, in ISO 3166 alpha-2 format; for example, *US,CA,MX*. | String | Properties; Advanced: **CountrySet** |
99
99
| Visible | Shows or hides the control. | Boolean | Properties; Advanced: **[Visible](./controls/properties-core.md)** |
100
100
| Padding top | Sets the distance between the control text and the top of the control. | Floating point number | Properties; Advanced: **[PaddingTop](./controls/properties-size-___location.md)** |
101
101
| Padding bottom | Sets the distance between the control text and the bottom of the control. | Floating point number | Properties; Advanced: **[PaddingBottom](./controls/properties-size-___location.md)** |
@@ -130,16 +130,16 @@ Other properties become available when a user interacts with the address input c
130
130
| PostalCode | The postal code |
131
131
| ExtendedPostalCode | The extended postal code |
132
132
| CountryCode | The country code |
133
-
| Country | The country name |
133
+
| Country | The country/region name |
134
134
| CountryCodeISO3 | The country code in ISO alpha-3 format |
135
-
| CountrySubdivisionName | The country subdivision name |
135
+
| CountrySubdivisionName | The country/region subdivision name |
136
136
| StreetName | The street name |
137
137
| StreetNumber | The street number |
138
138
| Municipality | The municipality |
139
139
| MunicipalitySubdivision | The municipality subdivision |
140
-
| CountryTertiarySubdivision | The country tertiary subdivision |
141
-
| CountrySecondarySubdivision | The country secondary subdivision |
142
-
| CountrySubdivision | The country subdivision |
140
+
| CountryTertiarySubdivision | The country/region tertiary subdivision |
141
+
| CountrySecondarySubdivision | The country/region secondary subdivision |
142
+
| CountrySubdivision | The country/region subdivision |
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/how-to/mobile-apps-address-map.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ In this section, we'll review and if necessary, set various properties of the ad
149
149
| Longitude | The longitude of the center point used to geo-bias address suggestions. Requires **Search within radius** to be on. We've set it to the formula `Location.Longitude` in this example to return the latitude of the current ___location. |
150
150
| Radius | The radius, in meters, around **Latitude** and **Longitude** to constrain the address suggestions. Requires **Search within radius** to be **On**. We've set it to 100000 in this example. |
151
151
| Language | The language the address suggestions are returned in. We've left it with the default - "English (United States)". |
152
-
| Country set | Comma-separated list of countries to constrain the address suggestions to, in ISO 3166 alpha-2 country codes. Examples: "US", "FR", "KW". We've it as US in this example. |
152
+
| Country set | Comma-separated list of countries/regions to constrain the address suggestions to, in ISO 3166 alpha-2 country codes. Examples: "US", "FR", "KW". We've it as US in this example. |
153
153
154
154
### Configure output properties for the Address Input control
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/sample-crisis-communication-app.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -555,7 +555,7 @@ Complete all the fields as shown in the following table, and then select **Save*
555
555
|-|-|-|
556
556
| Full name | FullName | The name of the contact. |
557
557
| E-mail | E-mail | The email address that's shown for the contact. |
558
-
| Country | Country | The country for the contact. This field is used to group the contacts; you can use other values to group contacts by if countries don't make sense for you. |
558
+
| Country | Country | The country/region for the contact. This field is used to group the contacts; you can use other values to group contacts by if countries/regions don't make sense for you. |
559
559
| Comments | Comments | Shows additional information about the contact; useful to describe when to reach out to this contact. |
560
560
| Deprecated | Deprecated | Use to hide an existing emergency contact. |
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/types-of-fields.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ There are three basic text column types. All values indicated below are in numbe
91
91
92
92
You can customize forms (main, quick create, and quick view) and email templates by adding multi-select columns that are called **Choices**. When you add a 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.
93
93
94
-
For example, if an organization operates in multiple areas or countries, you can include multiple locations or countries in an 'Area of operation' column. A user can then select one or more locations from the list of available values.
94
+
For example, if an organization operates in multiple areas or countries/regeions, you can include multiple locations or countries/regions in an 'Area of operation' column. A user can then select one or more locations from the list of available values.
95
95
96
96
Choices can be used with read-only grids, editable grids, and most forms. Multi-select choices can't be used with:
97
97
- Workflows, business process flows, actions, dialogs, business rules, charts, rollup columns, or calculated columns.
Copy file name to clipboardExpand all lines: powerapps-docs/teams/localizing-sample-apps.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ For example, Milestones app contains an Excel data source called **StaticLocaliz
37
37
38
38
-**OOBTextID** is the identifier of the text that is to be localized.
39
39
40
-
-**LanguageTag** is the identifier of the language in which the text is to be localized. Language tag is a standard abbreviated text defining a language and the country its being used in (for example, "en-US" means "English-United States").
40
+
-**LanguageTag** is the identifier of the language in which the text is to be localized. Language tag is a standard abbreviated text defining a language and the country/region its being used in (for example, "en-US" means "English-United States").
41
41
42
42
-**LocalizedText** is the text in the appropriate language that needs to be displayed.
Notice that the currency feature will always use the default currency for the country that was selected during Dataverse for Teams environment creation. This can't be changed, and additional transaction currencies or exchange rates can't be added. However, you can upgrade from Dataverse for Teams to Dataverse for full currency functionality.
23
+
Notice that the currency feature will always use the default currency for the country/region that was selected during Dataverse for Teams environment creation. This can't be changed, and additional transaction currencies or exchange rates can't be added. However, you can upgrade from Dataverse for Teams to Dataverse for full currency functionality.
24
24
25
25
For more information about the columns available, see these Dataverse articles:
0 commit comments