Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

YomiName not visible in filter condition on views

(0) ShareShare
ReportReport
Posted on by

Hi,

I have to add a filter on YomiName field of account entity. However, the column is not available in the Edit Filter Criteria section. But, it is available for adding in the Add Columns section.

AccountViewFields.JPG

Is there any reason that YomiName is not available to be added in Edit Filter Criteria section of view?

*This post is locked for comments

  • Community Member Profile Picture
    on at
    RE: YomiName not visible in filter condition on views

    Hi David,

    Thanks for reply.

    I changed the IME Mode property to 'Auto'. However, still the field is not visible in Edit Filter Criteria section.

    Could there be any other reason?

  • Suggested answer
    Kokulan Profile Picture
    18,054 on at
    RE: YomiName not visible in filter condition on views

    Hi

    I know the field is enabled for Advance Find but internally its not enabled for search and thats probably why its not listing as searchable fields

    7573.ScreenClip-_5B00_495_5D00_.png

    https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/mt621852(v%3Dcrm.8)

    But it does not mean we cant try searching by using other means, try the following query from Fetch XML Builder from XrmToolBox .

    <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" >

    <entity name="account" >
    <attribute name="name" />
    <attribute name="primarycontactid" />
    <attribute name="telephone1" />
    <attribute name="accountid" />
    <attribute name="yominame" />
    <order attribute="name" descending="false" />
    <filter type="and" >
    <condition attribute="yominame" operator="like" value="%test%" />
    </filter>
    </entity>
    </fetch>

  • David Jennaway Profile Picture
    14,065 on at
    RE: YomiName not visible in filter condition on views

    As the field is flagged as Valid for Advanced Find (ii.e. Searchable), the only reason I can think of is if the Advanced Find editor is not IME Enabled; if so the thinking could be that you couldn't enter useful search characters. You could try changing the IME Mode property of the fields to 'Auto' to test this, but this would probably defeat the point of these fields

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

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 52

#3
Victor Onyebuchi Profile Picture

Victor Onyebuchi 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans