How to hide and show a tab in Dynamics 365 based on a field value

Fredrik Engseth
2 min readOct 27, 2021

A sample function on how you can show and hide a tab based on a Yes/No field in Dynamics 365. To use the script create a new script or add the function to an already existing web resource and add it to the forms on load event and the on change event on the field.

Add an on change event on a Yes/No and on form load to hide or show based on the value in the field when the row is loaded. Example on how it looks to add to the different events in Power Platform admin center.

The on change event

The on load event

How it looks like when the Display Section is Yes the tab is visible.

And how it looks when the Display Section is No the tab is hidden.

Hope you found this little snippet useful.

Originally published at https://www.fredrikengseth.com.

--

--

Fredrik Engseth
Fredrik Engseth

Written by Fredrik Engseth

Developer | Dynamics 365 | Power Platform | Azure | Personal development | Investments | ☕ https://www.buymeacoffee.com/fredrikengseth

No responses yet