Dear All,
We have requirement like when we open any record from view it will open on specific form depends on type.
ex. There are 3 category[A.B,C] of records and we have 3 forms[FORM A,B,C]. when we open form from view depends on category it should be redirect to particular form for existing record.
without Turbo form we can achieve the same via below link,
http://gonzaloruizcrm.blogspot.in/2014/11/avoiding-form-reload-when-switching-crm.html
but after enabling the turbo form it is not working as expected.below issue we are facing.
- some time form is loading only
- some time records open but it will not redirect on specific form.
Regarding URL approach using java script first it will open any form after that on load of that form it will redirect on another form so the user experience will not be proper and its time consuming.
*This post is locked for comments