0

I have a CRM solution using new unified client experience. I don't want to support legacy web client. When I create form of type "quick form create" inside our solution, the form itself is being shown also in legacy web client under the "+" button.

Dynamics legacy client header

I figured out how to register custom script to say "sorry, please switch to unified client experience" but that is not very nice user experience.

Ondrej Svejdar
  • 21,349
  • 5
  • 54
  • 89

1 Answers1

1

Unfortunately that global Navigation bar is not customizable in a supported way. The workaround what you have is supported choice.

You can try unsupported DOM manipulation to hide that element similar to this discussion.