Hi,
I need to setRequiredLevel to a field but dependent on a picklist value... here's what i've done so far:
i added in the picklist onChange event
if(crmForm.all.new_salesstage.DataValue == 40)
crmForm.SetFieldReqLevel("new_proposaltargetdate", 1);
but it doesn't retrieve the new picklist value unless it's submitted.. please any advice.