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)

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

  • 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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the August Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
ScottDurow Profile Picture

ScottDurow 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans