Basics: Testing Lookup for null value
if (crmForm.all.regardingobjectid.DataValue !=null)
{
alert("Not Null");
}
else
{
alert("NULL!");
}
{
alert("Not Null");
}
else
{
alert("NULL!");
}
Microsoft Dynamics xRM Development and Business Systems Analysis blog.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home