Creates and inserts a record.
It executes the data create record command.
In addition to the attributes used by every ant-sf task, this task uses the following attributes:
Attribute | Command line equivalent | Description | Required |
---|---|---|---|
referenceproperty | The name of a property in which the reference id of the created record should be stored. | No | |
sobject | --sobject | API name of the Salesforce or Tooling API object that you're inserting a record into. | Yes |
targetorg | --target-org | A username or alias for the target org. | No |
usetoolingapi | --use-tooling-api | If true, creates the record using Tooling API. |
No; defaults to false |
Specifies the fields of the record to be created. See property for usage guidelines.
Version: 0.0.0-master