Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 79901

Formated Value

$
0
0

Hi Community,

i want to get the lookup value using the formatted value, is it possible

i write below code and its working

function lookupvalue()
{
var lookupItem = Xrm.Page.getAttribute("new_student").getValue();
if (lookupItem != null)
{
var name = lookupItem[0].name;
alert(name);
}
}


Viewing all articles
Browse latest Browse all 79901

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>