AttributeAuditDetail ComplexType
Contains the details of changes to entity attributes.
- Base type:
- AuditDetail
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
DeletedAttributes | Collection_Int32_String |
A list of deleted attributes. |
InvalidNewValueAttributes | Collection( Edm.String ) |
A collection of attempted attribute changes that are not valid. |
LocLabelLanguageCode | Edm.Int32 |
The language code for the label. |
Navigation properties
The navigation properties of a complex type contain references to an entity type or a collection of entity types.
Name | Type | Nullable | Description |
---|---|---|---|
AuditRecord | crmbaseentity | False | The related Audit record that contains the change details. |
NewValue | crmbaseentity | False | The new value of the attribute. |
OldValue | crmbaseentity | False | The old value of the attribute. |
Used by
The following may use the AttributeAuditDetail ComplexType.
Name | How used |
---|---|
RetrieveAuditDetailsResponse | AuditDetail Property |
AuditDetailCollection | AuditDetails Property |