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

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

Filter Not Working in FO side for Dual Write

(0) ShareShare
ReportReport
Posted on by 275

Hello Team,

i applied filter in D365 Finance and operations in Dual Write but it is not working

Filter type : Not equal

i also tried below 

(accountnumber ne null)

(accountnumber ne '')

(accountnumber != null)

(accountnumber != '')

please give me any suggestions 

I have the same question (0)
  • André Arnaud de Calavon Profile Picture
    300,731 Super User 2025 Season 2 on at
    RE: Filter Not Working in FO side for Dual Write

    Hi Ashik,

    Are you applying the filter on the F&O side or Dataverse side? What is the field type you try to filter?

  • Ashik Patel Profile Picture
    275 on at
    RE: Filter Not Working in FO side for Dual Write

    I applied filter in F&O side and field type is string

  • André Arnaud de Calavon Profile Picture
    300,731 Super User 2025 Season 2 on at
    RE: Filter Not Working in FO side for Dual Write

    In that case, I would expect that accountnumber != "" should work. However, I have not used filters to exclude records where a certain field is empty.

  • ToddB Profile Picture
    on at
    RE: Filter Not Working in FO side for Dual Write

    Hi Ashik,

    I found the below documentation:

    Customize column mappings, add transforms, and enable filtering

    docs.microsoft.com/.../customizing-mappings

  • Suggested answer
    Sheriffff Profile Picture
    35 on at
    RE: Filter Not Working in FO side for Dual Write

    Hi Ashik, this filter in the dual write FO and CE sides worked with me after several tries:

    1. FO side filters:

    A. Equal:

    Single Enum filter: (FieldName == EnumType::Test)
    Multiple Enum filters: ((FieldName == EnumType::Test) && (FieldName != EnumType::Test))

    Single String filter: (FieldName like "Test")
    Multiple String filters: ((FieldName like "Test") && (!(FieldName like "Test")))

    B. Not equal:

    Enum filter: (FieldName != EnumType::None)
    String filter: (!(FieldName like "Test"))

    2. CE side filters:

    A. Equal:

    Single Enum filter: FieldName == ‘Test’
    Multiple Enum filters: FieldName == ‘Test’ and FieldName == ‘Test’

    Single String filter: FieldName eq ‘Test’
    Multiple String filters: FieldName eq ‘Test’ and FieldName eq ‘Test’

    B. Not equal:
    Enum filter: FieldName != ‘Test’ (not sure)
    String filter: FieldName ne ‘Test’

    All experts please feel free to add your inputs here please.

    Don't forget the brackets!

    If this is helping, please mark my answer.

  • Community Member Profile Picture
    on at
    RE: Filter Not Working in FO side for Dual Write

    Hi, Can you help me in applying Dataverse filter for Yes/No field?  I have tried field = 1 but not working

  • Ashik Patel Profile Picture
    275 on at
    RE: Filter Not Working in FO side for Dual Write

    try this

    Field == '1'

  • Community Member Profile Picture
    on at
    RE: Filter Not Working in FO side for Dual Write

    Tried this but not working

  • ToddB Profile Picture
    on at
    RE: Filter Not Working in FO side for Dual Write

    Hi Mudassar,

    If you are still needing assistance, please start a new thread regarding your filter question.

    Thanks in advance.

  • pierre-olivier.pujol@elca.ch Profile Picture
    93 on at
    RE: Filter Not Working in FO side for Dual Write

    Hello,

    What about the records wich are attached to the Customer... When you filter out a customer, if you sync Sales Orders and the Customer is not in CRM, an error will prompt (due to Customer was not sync).

    Is it possible to filter Sales Orders based on a filter on Customer ?

    Thank you for any advice!

    POP

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 > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 683 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 563 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 398 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans