RetrieveLocLabels Function
Retrieves localized labels for a limited set of entity attributes.
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
EntityMoniker
|
crmbaseentity | False | True | Specifies the entity. |
AttributeName
|
Edm.String | False | False | The name of the attribute for which to retrieve the localized labels. |
IncludeUnpublished
|
Edm.Boolean | False | True | Whether to include unpublished labels. |
Return type
Type | Nullable | Description |
---|---|---|
RetrieveLocLabelsResponse | False | Contains the response of the RetrieveLocLabels function. |