You are on page 1of 1

function getLookupIdText() {

debugger;
var loanGUID = Xrm.Page.getAttribute("crm_loanofficerid").getValue()[0].id;

alert(loanGUID);
//PopContact(loanGUID);
var loanName = Xrm.Page.getAttribute("crm_loanofficerid").getValue()
[0].name;
alert(loanName);
//var entity = Xrm.Page.data.entity.getEntityName();

You might also like