Skip to content

Commit 82a68cd

Browse files
committed
2 parents 62a7a17 + 965f8c1 commit 82a68cd

File tree

53 files changed

+259
-503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+259
-503
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Lines starting with '#' are comments.
22
# Each line is a file pattern followed by one or more owners.
33

4-
/powerapps-docs/ @jimholtz @matp @JimDaly @KumarVivek @AFTOwen
4+
/powerapps-docs/ @jimholtz @Mattp123 @JimDaly @KumarVivek @AFTOwen

powerapps-docs/administrator/environments-administration.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.component: pa-admin
88
ms.topic: conceptual
9-
ms.date: 07/30/2018
9+
ms.date: 08/15/2018
1010
ms.author: manasma
1111
---
1212

@@ -174,7 +174,7 @@ Each user can provision databases in two Trial environments and two Production e
174174
PowerApps Plan 2. See [PowerApps pricing page][3] for details on all the plans that include this license.
175175

176176
### While trying to create a new environment, I am getting an error. How should I resolve it?
177-
If you are getting the following error message: "Either your plan doesn’t support the environment type selected or you’ve reached the limit for that type of environment." , it can mean one of the two things
177+
If you are getting the following error message: "Either your plan doesn’t support the environment type selected or you’ve reached the limit for that type of environment.", it can mean one of the two things:
178178

179179
1. You have already utilized your quota to create a specific type of environments. Say you were creating a Trial environment and you get this error message. That means, that you have already provisioned two Trial environments. You can view all the environments in [PowerApps admin center][1].
180180
If you want, you can delete an existing environment of that specific type and create a new one. But, please make sure that you don't lose your data, apps, flows and other resources which you want to retain.
@@ -186,14 +186,8 @@ If you are getting any other error message or have more questions, please connec
186186
### While trying to create a database in an environment, I am getting an error. How should I resolve it?
187187
In following scenarios, you can get an error while trying to create a database:
188188

189-
1. **Default environment**: Creating a database is currently not supported in a default environment of the tenant.
190-
191-
2. **Environment for an individual use**: You get an environment for your individual use, by signing-up from the PowerApps Community Plan. If you have not created the database yet, then currently you can't provision a database in the environment for individual use.
192-
193-
3. **Environment in a different region, than your AAD tenant's home region**: Currently, you can only provision a database in the environments created in your Azure Active Directory Tenant home region. Ability to provision a database in the other regions, will be coming soon. So, make sure to keep the region same as tenant's default ___location, if you want to create a database in it.
194-
195-
4. **Creating databases not supported in certain regions**: There are certain regions, where creating databases is still not available. e.g. countries in South America. So, if your tenant's home ___location is South America, you currently can't provision a database in any environment.
196-
189+
**Default environment**: Creating a database is currently not supported in a default environment of the tenant.
190+
197191
We are working on enabling all of the above scenarios.
198192
If you are getting any other error message or have more questions, please connect with us [here][5]
199193

@@ -220,4 +214,4 @@ Yes, the ability to view the apps and flows for an environment is available from
220214
[2]: https://web.powerapps.com
221215
[3]: https://powerapps.microsoft.com/pricing/
222216
[4]: https://admin.flow.microsoft.com
223-
[5]: https://go.microsoft.com/fwlink/p/?linkid=871628
217+
[5]: https://go.microsoft.com/fwlink/p/?linkid=871628

powerapps-docs/administrator/powerapps-powershell.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ To perform the administration operations in the admin cmdlets, you'll need the f
126126
| Version | Date | Updates |
127127
| --- | --- | --- |
128128
| 1.0 | 04/23/2018 | <ol> <li> Initial launch of the PowerApps cmdlets for app creators (preview) including management cmdlets for Environments, Apps, Flows, Flow approvals, Connections, and Custom Connectors </li> <li> Initial launch of the PowerApps cmdlets for administrators (preview) including administrative cmdlets for Environments, Apps, and Flows </li></ol>|
129-
| 2.0 | 05/24/2018 | <ol> <li> Minor bug fixes in both the cmdlets for app creators and administators </li> <li> Added the following new administrative cmdlets: <br> Get-AdminConnection <br> Remove-AdminConnection <br> Get-AdminConnectionRoleAssignment <br> Set-AdminConnectionRoleAssignment <br>Remove-AdminConnectionRoleAssignment <br>Get-AdminConnector <br>Remove-AdminConnector <br>Set-AdminConnectorRoleAssignment <br>Get-AdminConnectorRoleAssignment <br>Remove-AdminConnectorRoleAssignment <br>Get-AdminPowerAppsUserDetails <br>Get-AdminFlowUserDetails <br>Remove-AdminFlowUserDetails <br>Get-AdminApiPolicy <br>Add-AdminApiPolicy <br>Remove-AdminApiPolicy <br>Set-AdminApiPolicy <br>Add-ConnectorToBusinessDataGroup <br>Remove-ConnectorFromBusinessDataGroup </li> </ol>
130-
| 3.0 | 07/30/2018 | <ol> <li> Added the ability to pass-in credentials to the Add-PowerAppsAccount (to enable recurring scripting) </li> <li> Minor bug fixes in both the cmdlets for app creators and administators </li> <li> Added the "PowerApp" or "Flow" prefix to each cmdlet for app creators </li> <li> Added the "AdminPowerApp" or "AdminFlow" prefix to each cmdlet for administrators </li> <li> Added the following new administrative cmdlets: <br> New-AdminPowerAppEnvironment <br> Set-AdminPowerAppEnvironmentDisplayName <br> New-AdminPowerAppCdsDatabase <br> Get-AdminPowerAppCdsDatabaseLanguages <br> Get-AdminPowerAppCdsDatabaseCurrencies <br> Get-AdminPowerAppEnvironmentLocations <br> Get-AdminPowerAppConnectionReferences <br> Set-AdminPowerAppAsFeatured <br> Clear-AdminPowerAppAsFeatured <br> Set-AdminPowerAppAsHero <br> Clear-AdminPowerAppAsHero <br> Set-AdminPowerAppApisToBypassConsent <br> Clear-AdminPowerAppApisToBypassConsent <br> Remove-AdminFlowApprovals </li></ol>
129+
| 2.0 | 05/24/2018 | <ol> <li> Minor bug fixes in both the cmdlets for app creators and administrators </li> <li> Added the following new administrative cmdlets: <br> Get-AdminConnection <br> Remove-AdminConnection <br> Get-AdminConnectionRoleAssignment <br> Set-AdminConnectionRoleAssignment <br>Remove-AdminConnectionRoleAssignment <br>Get-AdminConnector <br>Remove-AdminConnector <br>Set-AdminConnectorRoleAssignment <br>Get-AdminConnectorRoleAssignment <br>Remove-AdminConnectorRoleAssignment <br>Get-AdminPowerAppsUserDetails <br>Get-AdminFlowUserDetails <br>Remove-AdminFlowUserDetails <br>Get-AdminApiPolicy <br>Add-AdminApiPolicy <br>Remove-AdminApiPolicy <br>Set-AdminApiPolicy <br>Add-ConnectorToBusinessDataGroup <br>Remove-ConnectorFromBusinessDataGroup </li> </ol>
130+
| 3.0 | 07/30/2018 | <ol> <li> Added the ability to pass-in credentials to the Add-PowerAppsAccount (to enable recurring scripting) </li> <li> Minor bug fixes in both the cmdlets for app creators and administrators </li> <li> Added the "PowerApp" or "Flow" prefix to each cmdlet for app creators </li> <li> Added the "AdminPowerApp" or "AdminFlow" prefix to each cmdlet for administrators </li> <li> Added the following new administrative cmdlets: <br> New-AdminPowerAppEnvironment <br> Set-AdminPowerAppEnvironmentDisplayName <br> New-AdminPowerAppCdsDatabase <br> Get-AdminPowerAppCdsDatabaseLanguages <br> Get-AdminPowerAppCdsDatabaseCurrencies <br> Get-AdminPowerAppEnvironmentLocations <br> Get-AdminPowerAppConnectionReferences <br> Set-AdminPowerAppAsFeatured <br> Clear-AdminPowerAppAsFeatured <br> Set-AdminPowerAppAsHero <br> Clear-AdminPowerAppAsHero <br> Set-AdminPowerAppApisToBypassConsent <br> Clear-AdminPowerAppApisToBypassConsent <br> Remove-AdminFlowApprovals </li></ol>
131+
| 4.0 | 08/15/2018 | Added an optional parameter to the New-AdminPowerAppCdsDatabase to make the function synchronous, by default (i.e. it will not return until the database is successfully provisioned)
131132
132133
## Questions?
133134

powerapps-docs/developer/common-data-service/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
href: overview.md
33
- name: Introduction to solutions
44
href: introduction-solutions.md
5+
- name: Supported app building practices
6+
href: customization-support.md
57
- name: Common Data Service for Apps data entities
68
href: entities.md
79
items:

powerapps-docs/maker/common-data-service/overview.md renamed to powerapps-docs/developer/common-data-service/customization-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,5 @@ If you’re applying these changes to a production system, we recommend that you
8989

9090

9191
## Next Steps
92-
[Overview of building a model-driven app](../model-driven-apps/model-driven-app-overview.md)
92+
[What are model-driven apps in PowerApps?](../../maker/model-driven-apps/model-driven-app-overview.md)
93+

powerapps-docs/maker/TOC.yml

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
href: ./canvas-apps/expense-report-install.md
3838
- name: Help Desk app
3939
href: ./canvas-apps/help-desk-install.md
40+
- name: Meeting Capture app
41+
href: ./canvas-apps/sample-meeting-capture.md
4042
- name: Create your first app
4143
items:
4244
- name: 1 - Generate an app from data
@@ -663,6 +665,8 @@
663665
href: ./model-driven-apps/main-form-presentations.md
664666
- name: Control access to forms
665667
href: ./model-driven-apps/control-access-forms.md
668+
- name: Add a field to a form
669+
href: ./model-driven-apps/add-field-form.md
666670
- name: Show or hide form elements
667671
href: ./model-driven-apps/visibility-options-legacy.md
668672
- name: Change navigation within a form
@@ -718,7 +722,7 @@
718722
- name: Apply business logic in an app
719723
href: ./model-driven-apps/guide-staff-through-common-tasks-processes.md
720724
items:
721-
- name: Create business rules and recommendations
725+
- name: Create a business rule for a form
722726
href: ./model-driven-apps/create-business-rules-recommendations-apply-logic-form.md
723727
- name: Apply data visualizations in an app
724728
items:
@@ -795,6 +799,8 @@
795799
href: ./common-data-service/create-edit-virtual-entities.md
796800
- name: Virtual entity OData v4 data provider
797801
href: ./common-data-service/virtual-entity-odata-provider-requirements.md
802+
- name: Define alternate keys using PowerApps portal
803+
href: ./common-data-service/define-alternate-keys-portal.md
798804
- name: Define alternate keys using solution explorer
799805
href: ./common-data-service/define-alternate-keys-solution-explorer.md
800806
- name: "How to guides: Entity"
@@ -826,12 +832,20 @@
826832
- name: Work with entity relationships
827833
href: ./common-data-service/relationships-overview.md
828834
items:
829-
- name: "Create an entity relationship"
835+
- name: Entity relationships overview
836+
href: ./common-data-service/create-edit-entity-relationships.md
837+
- name: Create one-to-many entity relationships overview
838+
href: ./common-data-service/create-edit-1n-relationships.md
839+
- name: Create many-to-many entity relationships overview
840+
href: ./common-data-service/create-edit-nn-relationships.md
841+
- name: Create an entity relationship
830842
href: ./common-data-service/data-platform-entity-lookup.md
843+
- name: Create one-to-many entity relationships
844+
href: ./common-data-service/create-edit-1n-relationships-portal.md
845+
- name: Create one-to-many entity relationships using solution explorer
846+
href: ./common-data-service/create-edit-1n-relationships-solution-explorer.md
831847
- name: Create many-to-many entity relationships using PowerApps portal
832848
href: ./common-data-service/create-edit-nn-relationships-portal.md
833-
- name: Create many-to-many entity relationships using PowerApps solution explorer
834-
href: ./common-data-service/create-edit-nn-relationships-solution-explorer.md
835849
- name: Set managed properties for entity relationships
836850
href: ./common-data-service/set-managed-properties-relationships.md
837851
- name: Visualize hierarchical data
@@ -862,32 +876,49 @@
862876
href: ./common-data-service/fields-overview.md
863877
items:
864878
- name: Types of fields
865-
href: ./common-data-service/types-of-fields.md
879+
href: ./common-data-service/types-of-fields.md
880+
- name: Global option sets overview
881+
href: ./common-data-service/create-edit-global-option-sets.md
866882
- name: Set managed properties for fields
867883
href: ./common-data-service/set-managed-properties-for-field.md
868884
- name: Behavior and format of the Date and Time field
869885
href: ./common-data-service/behavior-format-date-time-field.md
870886
- name: "How-to guides: Fields"
871887
items:
888+
- name: How to create fields
889+
href: ./common-data-service/create-edit-fields.md
872890
- name: How to manage fields
873891
href: ./common-data-service/data-platform-manage-fields.md
874892
- name: How to create fields using PowerApps portal
875893
href: ./common-data-service/create-edit-field-portal.md
876894
- name: How to create fields using PowerApps solution explorer
877895
href: ./common-data-service/create-edit-field-solution-explorer.md
878-
- name: How to create global option sets using PowerApps portal
879-
href: ./common-data-service/create-edit-global-option-sets-portal.md
896+
- name: How to create an option set using PowerApps portal
897+
href: ./common-data-service/custom-picklists.md
880898
- name: How to create global option sets using solution explorer
881899
href: ./common-data-service/create-edit-global-option-sets-solution-explorer.md
900+
- name: How to define calculated fields
901+
href: ./common-data-service/define-calculated-fields.md
902+
- name: How to define rollup fields
903+
href: ./common-data-service/define-rollup-fields.md
882904
- name: How to map entity fields
883905
href: ./common-data-service/map-entity-fields.md
884906
- name: How to delete fields
885907
href: ./common-data-service/delete-fields.md
886908
- name: Apply business logic
887909
href: ./common-data-service/cds-processes.md
910+
items:
911+
- name: Create a business rule for an entity
912+
href: ./common-data-service/data-platform-create-business-rule.md
888913
- name: Work with solutions
889914
href: ./common-data-service/solutions-overview.md
890-
items:
915+
items:
916+
- name: Solutions overview
917+
href: ./common-data-service/solutions-overview.md
918+
- name: Use solution explorer
919+
href: ./common-data-service/use-solution-explorer.md
920+
- name: Use the Common Data Services default solution
921+
href: ./common-data-service/use-solutions-for-your-customizations.md
891922
- name: Import, update, and export solutions
892923
href: ./common-data-service/import-update-export-solutions.md
893924
- name: Navigate to a specific solution
@@ -941,4 +972,4 @@
941972
- name: Troubleshoot Power Query
942973
href: ./common-data-service/data-platform-cds-newentity-troubleshooting-mashup.md
943974
- name: Support
944-
href: https://powerapps.microsoft.com/support/
975+
href: https://powerapps.microsoft.com/support/

0 commit comments

Comments
 (0)