Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

how to correctly use not-like operator in FetchXML ?

(0) ShareShare
ReportReport
Posted on by 235

In below FetchXML I m trying to do basic not-like operator demo (get records which do not have a 'sample' in name) but records returned are not as expected. Can you please guide where I m doing wrong. Thanks

<fetch mapping='logical'> 
           <entity name='account'>
                      <attribute name='accountid'/> 
                      <attribute name='name'/> 
                             <filter type='and'>
                             <condition attribute='name' 
operator='not-like' value='sample'/> </filter> </entity> </fetch>


Sample Data:

111111.PNG

*This post is locked for comments

  • Verified answer
    Haansi Profile Picture
    1,433 Moderator on at
    RE: how to correctly use not-like operator in FetchXML ?

    CRM 'Advanced Find' let user build queries. It generates fetch XML behind which can be viewed and downloaded.

    Back to your query you are doing exact match. Replacing sample with %sample% will return required results.

  • Suggested answer
    BharatPremji Profile Picture
    2,485 on at
    RE: how to correctly use not-like operator in FetchXML ?

    Hi,

    Try this:

    <condition attribute="name" operator="not-like" value="%sample%" />

    Bharat

  • Suggested answer
    ScottDurow Profile Picture
    19 on at
    RE: how to correctly use not-like operator in FetchXML ?

    Hi,

    You need to use the % wildcard ,so operator='not-like' value='%sample%'

    Hope this answers your question?

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 54

#3
dkrishna Profile Picture

dkrishna 6

Featured topics

Product updates

Dynamics 365 release plans