Skip to main content

BatchFailureDiagnostic

  • Namespace: PPDS.Dataverse.BulkOperations
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

Diagnostic information for identifying the cause of a batch failure.

Members

Properties

FieldName

string FieldName { get; set; }

Gets the attribute/field name that contains the problematic reference.

Pattern

string Pattern { get; set; }

Gets the detected error pattern.

RecordId

Guid RecordId { get; set; }

Gets the record ID that contains the problematic reference.

RecordIndex

int RecordIndex { get; set; }

Gets the index of this record within the failed batch.

ReferencedEntityName

string ReferencedEntityName { get; set; }

Gets the logical name of the referenced entity.

ReferencedId

Guid ReferencedId { get; set; }

Gets the ID of the missing or problematic reference.

Suggestion

string Suggestion { get; set; }

Gets a suggestion for resolving the issue.