Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Suggested answer

Filter Not Working in FO side for Dual Write

Posted on by 267

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 

  • 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

  • ToddB Profile Picture
    ToddB 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.

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

    Tried this but not working

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

    try this

    Field == '1'

  • Community Member Profile Picture
    Community Member Microsoft Employee 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

  • Suggested answer
    Sheriffff Profile Picture
    Sheriffff 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.

  • ToddB Profile Picture
    ToddB 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

  • André Arnaud de Calavon Profile Picture
    André Arnaud de Cal... 290,900 Super User 2024 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.

  • Ashik Patel Profile Picture
    Ashik Patel 267 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
    André Arnaud de Cal... 290,900 Super User 2024 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?

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Complete!

🔔 Be sure to subscribe to the new forums you are interested in to stay up to date! 🔔

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,900 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 229,275 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans