I have used a single field two times in a form. when i hide it using javascript only one control gets hidden and no any change happening to other control.
code is
if(Xrm.Page.getAttribute("new_pendinglegaldocs").getValue() == true)
{
hideShowFields("new_describependingdocs", true);
}
Is anyone has idea how to achieve this. help will be appreciated.
Thanks,
Dilip
*This post is locked for comments
I have the same question (0)