Hi,
I was trying to show/hide controls on CRM form(onload) using Xrm.Page.getControl("controlname").setVisible(true). But I can see only label not the control.
Is there a way to make it work with field label position top?
Workaround:
1) This happens only when controls are set "visible by default" false, if we set this to True and set control visibility to false, it works fine.
2) Set field label position is set to side, it works.
As per my requirement I needed them to work with field label position top.
Appreciate your inputs!
-Shanker
*This post is locked for comments
I have the same question (0)