Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RetrieveAllCompositeDataSources Function

Namespace:
Microsoft.Dynamics.CRM

API responsible for retrieving all composite environment variables starting from a root variable.

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
ParentSchemaName
Edm.String False False

Identifier of the environment variable (Required).

Return type

Type Nullable Description
Collection(crmbaseentity) False The RetrieveAllCompositeDataSources function returns the following value.

Entities

Use the RetrieveAllCompositeDataSources function with these entity types:

Name Display name Description
environmentvariabledefinition Environment Variable Definition Contains information about the settable variable: its type, default value, and etc.

See also