This type of old concept from client side to hide show property in aras doesn't working.
if(rncType1==="Other")
{
getFieldByName("pcc_qn_lab_othertxt").style.visibility='visible';
getFieldByName("pcc_qn_lab_rnc_subtype").style.visibility='hidden';
}
any help??
Hi Eli,
When we put Itemtype properties on form like
property A
Property B
When i select or Changed property A Property B will hide on form
-- Shankar --
Hi Eli,
When we put Itemtype properties on form like
property A
Property B
When i select or Changed property A Property B will hide on form
-- Shankar --