web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Displaying Account Lookup from custom ISV button

(0) ShareShare
ReportReport
Posted on by 550

is there any way to display Account lookup from a custom ISV button...

 

I needs to open "Add Existing" button lookup window from a custom ISV button.. how to find the URL of Account lookup and assigning that url to custom ISV button...

 

 

thanks for the help...

 

*This post is locked for comments

I have the same question (0)
  • SujithKumar PS Profile Picture
    45 on at

    Hi,

    MS CRM using common page  for lookup. While calling, It is passing specific parameter to meet the entity/filter requirement.

    You can use fiddler to get the exact URL for lookup.

    Common pathfor lookup page: <crmweb folder>\_controls\lookup\lookupsingle.aspx

    If you want custom lookup [ for ex: filter as per criteria] ,

    You need to change the search parameter in your lookup field.

    for ex:

    var lookup = crmForm.all.primarycontactid;

    lookup.AddParam('search',

    '<fetch mapping="logical">' +

      '<entity name="contact">' +  

         '<filter>' +

            '<condition attribute="parentcustomerid" operator="eq" value="' + <Some Guid > + '" />' +

         '</filter>' +

      '</entity>' +

    '</fetch>');

    But inyour case, i am not sure are you looking to get the selected values back from the filtered lookup.

  • Guru Prasad Profile Picture
    550 on at

    Hi Sujit,

       Thanks for your response....

        I have used the fiddler to get the url of the lookup and placed the url to the custom ISV button.

    Its opening the lookup window on click of the custom button.

    But i am unable to add the selected records of the lookup to the associated gridview.

    The lookup is a N-N relationship lookup. I have given the url of Multilookup.aspx page.

    I think i am missing some parameters from the lookup url, thats why its not adding the selected records to the gridview.

    can you tell me what was the wrong...

    any help much appreciated ...

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
JS-09031509-0 Profile Picture

JS-09031509-0 3

#2
AS-17030037-0 Profile Picture

AS-17030037-0 2

#2
Mark Eckert Profile Picture

Mark Eckert 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans