Subjects
Subjects are just lookups. use the same techniques
Each subject can be refered to by id which is the objects GUID
alert(crmForm.all.subjectid.DataValue[0].id);
alert(crmForm.all.subjectid.DataValue[0].name);
alert(crmForm.all.subjectid.DataValue[0].typename);
Each subject can be refered to by id which is the objects GUID
alert(crmForm.all.subjectid.DataValue[0].id);
alert(crmForm.all.subjectid.DataValue[0].name);
alert(crmForm.all.subjectid.DataValue[0].typename);

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home