dynamics crm - To restrict the multi entity lookup using javascript in MSCRM 2015 -



dynamics crm - To restrict the multi entity lookup using javascript in MSCRM 2015 -

am trying restrict entities list in regarding object lookup in task entity. document.getelementbyid('regardingobjectid").getattribute("lookuptypenames") returning null in 2015 whereas in crm 2011 working fine. there way entity listed in multi entity lookup in crm 2015?.

try use

document.getelementbyid("regardingobjectid_i").getattribute("lookuptypenames")

javascript dynamics-crm dynamics-crm-2015

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -