We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This about implementing the above validation (CannotAddMembersToDefaultTeam) for that message.
More background info on this great thread (which could be possibly included into the error message details).
https://d365demystified.com/2018/12/06/d365-quick-tip-cant-add-members-to-the-default-business-unit-team/
The text was updated successfully, but these errors were encountered:
It seems it just relays on checking IsDefault property = Yes to check if the team is a default team:
Sorry, something went wrong.
Implements validation where you can't add a user to a default team. R…
2db8d1f
…efactor test data. DynamicsValue/fake-xrm-easy#108
https://dynamicsvalue.github.io/fake-xrm-easy-docs/releases/2x/2.5.0/
No branches or pull requests
This about implementing the above validation (CannotAddMembersToDefaultTeam) for that message.
More background info on this great thread (which could be possibly included into the error message details).
https://d365demystified.com/2018/12/06/d365-quick-tip-cant-add-members-to-the-default-business-unit-team/
The text was updated successfully, but these errors were encountered: