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/developer/model-driven-apps/troubleshoot-forms.md
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -388,5 +388,48 @@ The `XrmNavigation` operation in [Monitor](../../maker/model-driven-apps/monitor
388
388
> [!div class="mx-imgBorder"]
389
389
> ")
390
390
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
+
> 
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
+
> 
427
+
428
+
> [!div class="mx-imgBorder"]
429
+
> 
430
+
431
+
> [!div class="mx-imgBorder"]
432
+
> 
0 commit comments