Skip to content

Commit 6bdd8af

Browse files
authored
Merge pull request MicrosoftDocs#4364 from MicrosoftDocs/master
Merge master to live
2 parents b243c93 + 37369fc commit 6bdd8af

6 files changed

+46
-3
lines changed

powerapps-docs/developer/data-platform/webapi/aad-group-team.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Members of an AAD group can query all the security roles that are directly and i
122122
**Request**
123123

124124
```http
125-
GET [Organization URI]/api/data/v9.1/RetrieveAadUserRoles(DirectoryObjectId=<group object ID)?$select=_parentrootroleid_value,name
125+
GET [Organization URI]/api/data/v9.1/RetrieveAadUserRoles(DirectoryObjectId=<user object ID)?$select=_parentrootroleid_value,name
126126
```
127127

128128
**Response**
@@ -150,7 +150,7 @@ Members of an AAD group can check their security privileges without being a user
150150
**Request**
151151

152152
```http
153-
GET [Organization URI]/api/data/v9.1/RetrieveAadUserPrivileges(DirectoryObjectId=<group object ID>)
153+
GET [Organization URI]/api/data/v9.1/RetrieveAadUserPrivileges(DirectoryObjectId=<user object ID>)
154154
```
155155

156156
**Response**
@@ -174,4 +174,4 @@ GET [Organization URI]/api/data/v9.1/RetrieveAadUserPrivileges(DirectoryObjectId
174174

175175
[Manage app and resource access using Azure Active Directory groups](/azure/active-directory/fundamentals/active-directory-manage-groups)
176176

177-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
177+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
Loading

powerapps-docs/developer/model-driven-apps/troubleshoot-forms.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,5 +388,48 @@ The `XrmNavigation` operation in [Monitor](../../maker/model-driven-apps/monitor
388388
> [!div class="mx-imgBorder"]
389389
> ![XrmNavigation operation in Monitor](media/form-checker-navigation.png "XrmNavigation operation in [Monitor](../../maker/model-driven-apps/monitor-form-checker.md)")
390390
391+
## Opening another form instead of a quick create form?
392+
393+
When opening a quick create form from a lookup or a grid, another form may open (edit or main form) instead of quick create form. There are few reasons why this can happen:
394+
395+
- The main form dialog force flag is being set.
396+
- Quick create form is not available.
397+
398+
**Resolution**:
399+
400+
- You can use [Monitor](../../maker/model-driven-apps/monitor-form-checker.md) to view the `FormType` event that includes all the reasons why a quick create form was not opened.
401+
402+
> [!div class="mx-imgBorder"]
403+
> ![Entity not enabled for quick create](media/troubleshoot-forms-entity-not-eabled-for-quick-create.png "Entity not enabled for quick create")
404+
405+
406+
## Entity doesn't appear in the quick create menu flyout?
407+
408+
When opening the global quick create menu flyout, not all entities are available. There are few reasons why the entities are filtered in this list:
409+
410+
- There is no quick create form available for the entity.
411+
- Entity is not enabled for quick create form.
412+
- Entity is not enabled for the new Unified Interface.
413+
- Entity is read-only in Unified Interface.
414+
- Entity's mobile client visibility cannot be modified.
415+
- Entity is not part of the app module.
416+
- User does not have a create privilege on the entity.
417+
- The create privilege is not supported for the entity.
418+
419+
**Resolution**:
420+
421+
- You can use [Monitor](../../maker/model-driven-apps/monitor-form-checker.md) to view the `QuickCreateMenu` event that includes all the entities and reasons why they are filtered from the quick create menu flyout.
422+
423+
See the examples below to understand the reasons for filtering. Based on the explanations, contact the responsible party or make changes accordingly.
424+
425+
> [!div class="mx-imgBorder"]
426+
> ![Entity not enabled for Unified Client](media/troubleshoot-forms-entity-unified-client.png "Entity not enabled for Unified Client")
427+
428+
> [!div class="mx-imgBorder"]
429+
> ![Entity not available for quick create](media/troubleshoot-forms-entity-not-available-for-quick-create.png "Entity not available for quick create")
430+
431+
> [!div class="mx-imgBorder"]
432+
> ![Entity not part of app module](media/troubleshoot-forms-entity-not-part-of-app.png "Entity not part of app module")
433+
391434

392435
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)