RetrieveCompositeDataSource Function

API responsible for retrieving a composite environment 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 root environment variable (Required).

ChildSchemaName
Edm.String False False

Identifier of the child environment variable (Required).

Return Type

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

Entities

Use the RetrieveCompositeDataSource 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