function SetLookupValue(idValue, textValue, typeValue) {
var value = new Array();
value[0] = new Object();
value[0].id = idValue;
value[0].name = textValue;
value[0].entityType = typeValue;
return value;
}
SetLookupValue("{8234371E-07DF-E211-81A8-0050569505A4}", "Test", "account");
Hiç yorum yok:
Yorum Gönder