Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Unanswered

Custom Filter For Lookup

Posted on by 6
i have a lookup (Account Name)in contact entity and i want to load only accounts whose name doesn't start with 'A' but it throwing error Required parameter is null or undefined
 
function CustomFilterForLookup(exe)
{
    debugger;
var formContext = exe.getFormContext();
formContext.getControl(/parentcustomerid/).addPreSearch(RemoveFnameWithA(formContext));
}
 function RemoveFnameWithA(formContext)
{
debugger;
var formContext1 = formContext;
     var filter1 = /<filter type='and'><condition attribute='name' operator='not-like' value='A%' /></filter>/;

    formContext1.getControl(/parentcustomerid/).addCustomFilter(filter1, /account/);
}
 
 

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!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans