Hi,
In a model driven app, is it possible show/hide a field based on a selection from another field in the same form?
Solved! Go to Solution.
If the fields are in the same entity, you can create a business rule to do this. You would specify the condition and use the set visibility action. There are more details in the help here.
Hi @karimabdelrazek ,
Yes, this can be achieved by JavaScript. Please check this blog: Hiding and Showing a Field in Dynamics 365 using JavaScript .
Since it relates to JS query, I would suggest you post such questions to Dynamics Community, where you can get more professional help on JavaScript.
Hope this helps.
Sik
If the fields are in the same entity, you can create a business rule to do this. You would specify the condition and use the set visibility action. There are more details in the help here.
Thanks @timl ! This solution works better for me as I'm still a newbie to all this 🙂
This is the solution that work to show-up an extra drop-down based on a previous selection into another drop-down.
User | Count |
---|---|
201 | |
101 | |
90 | |
45 | |
43 |
User | Count |
---|---|
247 | |
105 | |
103 | |
65 | |
57 |