Scheduling Group (resourcegroup) Entity Capabilities
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
A resource group is an arbitrary collection of references to resources, teams, resource groups, and resource specifications. Resource groups do not support recursion.
The class for this entity is resourcegroup. For resource groups, you can use the messages listed in the following table with the Execute method.
| Message | Description |
| FindParentResourceGroup | Use this message to find a response object that contains the parent resource group of a resource group. |
| Retrieve | Use this message to retrieve a resource group.
The entity instance to retrieve is specified in the TargetRetrieveResourceGroup class. You can also call the Retrieve method. |
| RetrieveByResourceResourceGroup | Use this message to retrieve a response object that contains the resource group of a resource. |
| RetrieveMultiple | Use this message to retrieve a collection of resource groups.
The query expression that describes the entity instances to retrieve is specified in the Query property of this request. You can also call the RetrieveMultiple method. |
| RetrieveParentGroupsResourceGroup | Use this message to retrieve a response object that contains a business entity collection of the parent resource groups of a resource group. |
| RetrieveSubGroupsResourceGroup | Use this message to retrieve a response object that contains a business entity collection of the child resource groups of a resource group. |
See Also
Concepts
Other Resources
.gif)