RelationshipAuditDetail ComplexType
Contains the audited details of a change in a relationship.
- Base type:
- AuditDetail
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
RelationshipName | Edm.String |
The relationship name before the change occurs. |
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. |
TargetRecords | Collection(crmbaseentity) | False | The collection of relationship records that were added or removed. |
Used by
The following may use the RelationshipAuditDetail ComplexType.
Name | How used |
---|---|
RetrieveAuditDetailsResponse | AuditDetail Property |
AuditDetailCollection | AuditDetails Property |