Skip to main content

Notifications

Customer experience | Sales, Customer Insights,...
Suggested answer

Javascript Error - addPreSearch is not a function - Dynamics CRM

Posted on by 295

I am trying to filter the lookup based on some conditions and hence using addPreSearch. I am using the following code,

function filterLookup() {
    debugger;
  try {

    var conditionalattribute= Xrm.Page.getAttribute("vrp_conditionalattribute").getValue();

    if (conditionalattribute!= null && conditionalattribute!= undefined)
    {
        Xrm.Page.getAttribute("filteredattribute").addPreSearch(function () {
            addLookupFiler();
        });
    }
}
catch (e) {
    console.log(e.Message);
}

}

But I am getting below error on addPreSearch line

pastedimage1601396259864v1.jpeg

Please note that I am using CRM v8.2.

  • Suggested answer
    LeoAlt Profile Picture
    LeoAlt 16,329 on at
    RE: Javascript Error - addPreSearch is not a function - Dynamics CRM

    Hi Partner,

    Now the "addPreSearch" has been moved to formContext.getControl();

    pastedimage1601447420382v1.png

    https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/controls/addpresearch

    Please try "formContext.getControl(arg).addPreSearch(myFunction)".

    Regards,

    Leo

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans