Options
All
  • Public
  • Public/Protected
  • All
Menu

Result class that represents the respone of a bulk create request in SalesForce.

Hierarchy

  • BulkCreateResult

Index

Constructors

Properties

Constructors

constructor

Properties

errors

errors: BulkCreateError[]

List of error

id

id: string

id of the record that was created. If the record is not created successfully, this will be null

success

success: boolean

Flag indicating if the creation was successful or not.

Generated using TypeDoc