RetrieveAttributeChangeHistory Function

retrieve all metadata changes to a specific attribute.

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
Target
crmbaseentity False True

The record whose attribute change history is being asked.

AttributeLogicalName
Edm.String False False

The logical name of the target attribute.

PagingInfo
PagingInfo True True

A paging information for the retrieved attribute change history.

Return Type

Type Nullable Description
RetrieveAttributeChangeHistoryResponse False The RetrieveAttributeChangeHistory function returns the following value.

Entities

Use the RetrieveAttributeChangeHistory function with these entity types:

Name Display Name Description
audit Auditing Track changes to records for analysis, record keeping, and compliance.

See also