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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

addCustomFilter - How to filter with operator 'in' where value is an array of objects

(0) ShareShare
ReportReport
Posted on by

Hi, I'm trying to create a filter for addCustomFilter function where the value is an array of Guids (teamId), and the operator is 'in', but I can't seem to get the xml right.

I'm trying to iterate through the array and add a <value> tag for each guid in the array.

       var userTeams = dataService.GetTeamsIdOfUser(userId[0].id);
        
            var filter = "<filter type='and'><condition attribute='teamid' 
             operator='in'>";
            userTeams.forEach(function (val) {
                filter+= "<value='{" + val + "}'></value>"
            });
            filter += "</filter>";
            Xrm.Page.getControl("mtx_assign2userteam").addCustomFilter(filter,"team");


can anyone show me what I'm doing wrong?

Thanks in advance!

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Kalpavruksh D365 CoE Profile Picture
    2,545 on at

    Hi,

    You can add the filter condition as follows:                                                                                                                                                "<condition attribute='teamid' operator='in'>"+

    "<value>"+id1+"</value>"+

    "<value>"+id2+"</value>"+

    "</condition>"+

    "</filter>"+

    If found useful, please mark this answer as verified.

  • Suggested answer
    Daniel Wikell Profile Picture
    2,360 on at

    It looks like you are missing the end tag for the condition-tag. Try adding the </condition> right before you close the filter tag

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans