Announcements
Hi friends,
I have a requirement where "required attendees" field under Appointments should setdefault view to contacts entity which i have achieved using Fetchxml J script.
But the lookup field still shows organisations drop down list when i click the magnifying glass and when i select "Look Up More Records" it shows contacts as default view as per J script.
how can i change the lookup field to show contacts in the drop down when the magnifying glass is selected.
can some one please help.
Thanks
*This post is locked for comments
Hi Friends,
Code to set Partylist lookup view to default.
this code works!
$("#requiredattendees").focus(function () {
var reqatt = $("img[attrName='requiredattendees']");
if (reqatt.length > 0)
{
reqatt[0].setAttribute("lookuptypes","2");
reqatt[0].setAttribute("defaulttype","2");
regatt[0].setAttribute("DefaultViewId","00000000-0000-0000-00AA-000010001004");
}
});
Thanks and Regards,
Raghu
Hi Aileen,
Yes, I tried that code..... doesn't work.
Can you please suggest me how to achieve this.
Thanks for your time.
Raghuveer,
You tried this doesn't work?
missdynamicscrm.blogspot.sg/.../crm-20112013-filter-look-for-lookup-activity-party.html
Hi Raghu,
All you need to config using "Related Record Filtering"
Read the below blog you will get some idea
www.powerobjects.com/.../fix-for-filtered-related-lookup-not-working-in-crm-mobile-apps
André Arnaud de Cal...
293,304
Super User 2025 Season 1
Martin Dráb
232,149
Most Valuable Professional
nmaenpaa
101,156
Moderator