DYNAMICS 365 HOW TO RETRIEVE BUSINESS UNIT DEFAULT TEAM IN C# AND JAVASCRIPT
              In Dynamics 365, each Business Unit  can have one or more Teams under it, but has one Default Team  that will be automatically         created by the system each time a new Business Unit is created, and will have the same name as the Business Unit name.                  The membership of this team will be systematically managed, where users are automatically added to the team whenever users are         added to the business unit and removed from the team whenever users are removed from the business unit.                  In addition, the default team can be used to simplify the management of the security roles when users have common permissions, where you can         associate a security role to the Default Team  with a set of permissions that will be given to all users in the business unit.                  On the other hand, Default Teams  cannot be deleted and will have the field Team Type  set to Owner ;         therefore, they can own records if needed by setting it ...