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

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -