The inability to directly remove items from the Quick Create top navigation in Dynamics 365 led to a workaround involving a JavaScript function that alerts users when they attempt to create an opportunity without qualifying a lead.
The implemented JavaScript function checks if the originatingleadid lookup field is null and, upon detecting this, triggers an alert dialog that instructs users to create opportunities only from leads.
Despite efforts to simplify the user interface by removing the 'New' button, users still found ways to access Quick Create, necessitating the need for an effective workaround solution.
The alert dialog provides clear messaging to the user, emphasizing the correct workflow while also allowing them to close the Quick Create form automatically.
Collection
[
|
...
]