Sunday, 14 December 2008

Get Object GUID

drop an object's GUID into a field for later use:

If (crmForm.ObjectId !=null)


{
crmForm.all.{myidfield}.DataValue = crmForm.ObjectId;
}

Labels: , , , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home