RetrieveDependenciesForDelete Function

Retrieves a collection of dependency records that describe any solution components that would prevent a solution component from being deleted.

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
ObjectId
Edm.Guid False True

ID of the solution component to delete.

ComponentType
Edm.Int32 False True

The component type that is to be deleted.

Return Type

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

Entities

Use the RetrieveDependenciesForDelete function with these entity types:

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

See also