For the type definition of DataSetApi.Types.ConditionOperator in componentframework.d.ts - the list of operators is missing the value 13 for 'NotNull'
I'm guessing this is a mistake because using this value correctly filters the dataset.
The current definition is:
namespace DataSetApi { namespace Types { /** * Supported Condition Operator for filtering expression condition * This is subset of full condition operators list defined in https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.query.conditionoperator */ type ConditionOperator = -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 8 | 12 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 22 | 23 | 25 | 26 | 27 | 28 | 29 | 33 | 34 | 37 | 38 | 49 | 70 | 75 | 76 | 77 | 78 | 79 | 87;
@ScottDurow ,thanks for reporting.
we have already enabled 'not-null', I guess it's last November in North America area, are u still blocked by this issue?
BTW, It's not enabled on typing interface so far, but if you use 13, it should work
I don't think this is enough of a blocker to submit a ticket. I just cast to unknown to access NotNull (13).
The scenario is where I use addFilter and I want to add a 'NotNull' condition. Let me know if there is something else you need to know.
Thanks
Hi @ScottDurow ,
Could you please share a bit more about your scenario?
Based on the ConditionOperator Enum link that you provided above, I agree with your thought almost. If you would like to get further help on this issue, please consider submit an assisted support ticket through the following link:
https://powerapps.microsoft.com/en-us/support/pro
Best regards,
WarrenBelz
81
Most Valuable Professional
mmbr1606
53
Super User 2025 Season 1
Michael E. Gernaey
46
Super User 2025 Season 1