-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Added support for ConditionOperator AboveOrEqual in a Condition Expression #85
base: 2x-dev
Are you sure you want to change the base?
Feature: Added support for ConditionOperator AboveOrEqual in a Condition Expression #85
Conversation
Added a test for the above or equal expression
…365 or v9 Fixed namespace
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA Sander.Bosman seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
I have read the CLA Document and I hereby sign the CLA |
recheck |
@sbosman84 I think the issue is that the username or email in your local git settings might be different than your GitHub account settings? Usually that happened to other people as well ... |
@jordimontana82 Can I somehow support to get this PR through? |
recheck |
recheck |
1 similar comment
recheck |
What issue does this PR address?
Added support for ConditionOperator AboveOrEqual in a Condition Expression. The condition operater can now be used in a query expression and will check the specified relations in the context to determine if there is any Hierarchical relationship. And walk through the parent-child structure.
Important: This change is depended on the PR in the abstractions project (DynamicsValue/fake-xrm-easy-abstractions#58) to make use of the IsHierarchical property in a XrmFakedRelationship.
Important: Any code or remarks in your Pull Request are under the following terms:
You acknowledge and agree that by submitting a request or making any code, comment, remark, feedback, enhancements, or modifications proposed or suggested by You in your pull request, You are deemed to accept the terms of our Contributor License Agreement (CLA) and that the CLA document is fully enforceable and effective for You.