Skip to content

FetchXML use of unsupported condition should throw error #33

@HardenTor

Description

@HardenTor

I was wondering why a fetchXML string with
<condition attribute='MyAttribute' operator='begins-with' value='<SomeValue>' />
is ignored in offline mode but evaluated in online mode on D365.

When using the 'like' operator instead of 'begins-with' it works as expected.

It took me some time to find out that the 'begins-with' operator is not supported by JSBridge.

Would it be feasible to raise an error message in case unsupported operators are used in fetchXML strings?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions