Dear Team,
I have multiple forms for an entity. based on Attribute value i need to redirect to respective entity form through Plug-in.
if(attributevalue == 1)
"form 1 need to open"
if(attributevalue == 2)
"form 2 need to open"
Is it possible?
Thanks in advance.
Regards,
Sreenath
Hello,
This is possible. Check this article - http://gonzaloruizcrm.blogspot.com/2014/11/avoiding-form-reload-when-switching-crm.html
Dynamics CRM MVP My blog
Write below Js on load and on change of attribute.
Form Switch
Thanks!
Hi,
Thanks for this blog. It helped me. But they are telling if i upgrade 2015 then it is stopped working. But without updates it is working.
Thanks,