-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I guess I have more than 300 solutions selected to load and get this error:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: Query on Entity has exceeded the hard limit of conditions in a single filter (300). (Fault Detail is equal to Exception details:
ErrorCode: 0x80044183
Message: Query on Entity has exceeded the hard limit of conditions in a single filter (300).
TimeStamp: 2025-11-17T01:08:59.2717000Z
Exception details:
ErrorCode: 0x80044183
Message: Query on Entity has exceeded the hard limit of conditions in a single filter (300).
TimeStamp: 2025-11-17T01:08:59.2717000Z
).
I looked at the code and its getting all solutions together thus making the query too large and exceeding this hidden filter limit.
I'll raise a PR with the quick fix.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels