2. Mai 2013 12:05
function Form_onload()
{
if (Xrm.Page.getAttribute("customertypecode").getValue() == 200110)
{Xrm.Page.ui.tabs.get(3).setVisible(true);}
else
{Xrm.Page.ui.tabs.get(3).setVisible(false);}
}
function customertypecode_onchange()
{
if (Xrm.Page.getAttribute("customertypecode").getValue() == 200110)
{Xrm.Page.ui.tabs.get(3).setVisible(true);}
else
{Xrm.Page.ui.tabs.get(3).setVisible(false);}
}
2. Mai 2013 13:26
2. Mai 2013 16:36
3. Mai 2013 09:21