RetrieveDependentComponents Function

Retrieves a list dependencies for solution components that directly depend on a solution component.

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
ObjectId
Edm.Guid False True

The ID of the solution component

ComponentType
Edm.Int32 False True

The solution component type.

Return Type

Type Nullable Description
Collection(dependency) False The RetrieveDependentComponents function returns the following value.

Entities

Use the RetrieveDependentComponents function with these entity types:

Name Display Name Description
dependency Dependency A component dependency in CRM.

See also