Estimado necesito ayuda en java script pongo ejemplo de sintaxis anterior:
//Set the id, typename, and name properties to
the object.
lookupItem.id =
'{00000739-B0A6-4054-869C-C9062D211000}'
;
lookupItem.typename =
'pricelevel'
;
lookupItem.name =
'Lista General de Precios'
;
lookupData[0] = lookupItem;
Xrm.Page.getAttribute(
"pricelevelid").setValue(lookupData);
muchas gracias de antemano.