Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easy Repro quick create functionality does not work with entity types which are exposed in a sub-menu in Quick Create. #1431

Open
7 tasks
Gshingavi0712 opened this issue Aug 16, 2024 · 0 comments
Labels

Comments

@Gshingavi0712
Copy link

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

  • 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:

  1. Account entity
  2. 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
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant