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
Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.
EasyRepro Version
Microsoft Dynamics 365 Online Version 9.2 (9.2.x) online
UCI or Classic Web
UCI (XrmApp)
Online or On Premise
Online
Browser
Chrome
Firefox
IE
Edge
Describe the bug
Easy Repro quick create functionality does not work with entity types which are exposed in a sub-menu in Quick Create.
If I have an entity which is displayed in a sub-menu under an entity group, quickcreate method mentioned below should work for it as well.
e.g.:- In my case, we have an 2 menu in the Quick create option:
Account entity
Activity sub-menu under which I have multiple entities like email, appointment, task and phone call.
QuickCreate() method works when I select the account entity however in case of activity 2 clicks are required 1st to select activity sub-menu and 2nd to select an entity.
Code to reproduce:
xrmApp.Navigation.QuickCreate("contact");
Expected behavior
User should be able to create an entity from the quickcreate option if it is under a sub-menu.
Screenshots
The text was updated successfully, but these errors were encountered:
Bug Report
Issues should only be created for items related to covered functionality.
Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.
EasyRepro Version
UCI or Classic Web
Online or On Premise
Browser
Describe the bug
Easy Repro quick create functionality does not work with entity types which are exposed in a sub-menu in Quick Create.
If I have an entity which is displayed in a sub-menu under an entity group, quickcreate method mentioned below should work for it as well.
e.g.:- In my case, we have an 2 menu in the Quick create option:
QuickCreate() method works when I select the account entity however in case of activity 2 clicks are required 1st to select activity sub-menu and 2nd to select an entity.
Code to reproduce:
xrmApp.Navigation.QuickCreate("contact");
Expected behavior
User should be able to create an entity from the quickcreate option if it is under a sub-menu.
Screenshots
![image](https://private-user-images.githubusercontent.com/177300573/358499885-f5a02d9f-2070-4633-b629-926b4384dd49.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTM5NzMsIm5iZiI6MTczODg5MzY3MywicGF0aCI6Ii8xNzczMDA1NzMvMzU4NDk5ODg1LWY1YTAyZDlmLTIwNzAtNDYzMy1iNjI5LTkyNmI0Mzg0ZGQ0OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwMjAxMTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iNTYzNmIwYWZmYmI1ZjUzZjVjYTM0ZTNiNTRjOThiMjQ1NmMzNjhmMGVkY2RhMTI0ZmVmY2QzMzA5ZTAwYmMyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.hp0MRlwjc-Sy7Hf3_bdYU60lBQ460ecmtl52pXuiLGk)
The text was updated successfully, but these errors were encountered: