Skip to content

Commit 9c6797a

Browse files
authored
Merge pull request MicrosoftDocs#4363 from MicrosoftDocs/nava-forms
Adding new issues on forms
2 parents a590924 + f1205e6 commit 9c6797a

5 files changed

+43
-0
lines changed
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)