Get - Set CRM 2011
SET CRM 2011
// CRM 2011var
value = new Array();
value[0] = new Object();
value[0].id =
idValue;
value[0].name = textValue;
value[0].entityType =
typeValue;
Xrm.Page.getAttribute("fieldName").setValue(value);
GET CRM
2011
Xrm.Page.getAttribute("fieldName").setValue(
[{id: idValue, name: textValue, entityType }];
No comments:
Post a Comment