Filter Lookup based on Form field



function onLoad()
{
    addEventHandler();
}

function addEventHandler() {
    // add the event handler for PreSearch Event
    Xrm.Page.getControl("parentcontactid").addPreSearch(addFilter);
}

function addFilter() {
   //find contact contains this @example.com
   var email = "%@example.com%";

    //create a filter xml
   var filter = "<filter type='and'>" +
                "<condition attribute='emailaddress1' operator='like' value='" + email + "'/>" +
                 "</filter>";

    //add filter
    Xrm.Page.getControl("parentcontactid").addCustomFilter(filter);
}

Comments

  1. Aji Amaral - Ion Titanium Hair Color
    ‎Aji Amaral Color: Aji Amaral Color: Aji Amaral blue titanium Color: camillus titanium Aji Amaral Color: Aji Amaral Color: Aji Amaral Color: Aji Amaral Color: Aji Amaral Color: Aji Amaral Color: titanium undertaker Aji ford fusion titanium Amaral Color: Aji Amaral $4.49 · ‎In stock columbia titanium pants

    ReplyDelete

Post a Comment

Popular posts from this blog

Asp.net- Encrypt and Decrypt connection strings in web.config file

CRM Automate build Solution using Powershell commands

Access the fields on Quick View Form – Dynamics CRM 2015