// Below code snippet is used to get the values of look up field using Java Script var lookup = Xrm.Page.getAttribute(" lookupvariablename ").getValue(); if (lookup != null) alert("name: "+ lookup[0].name+"\n id:"+lookup[0].id);
Microsoft Dynamics CRM Techno Functional Consultant