Is it possible to show and hide Tabs on a form based on field value without the use of JavaScript?
Lets say we hava form with 3 tabs: General, Info, Other. (Each tab has many fields and sections)
On General tab we have a field for "Show Info Tab" with Yes/No options.
If Yes the tab "Info" is visible
If No the tab "Info" is hidden completely. Not just fields and sections but also the tab name on top of the form.
I know this is possible using JavaScript, but now late in 2020 - is there any new method one could use with standard features or functions in Dynamics 365