Creates and inserts a record.
It executes the force:data:record:create command.
In addition to the attributes used by every ant-sfdx task, this task uses the following attributes:
Attribute | Command line equivalent | Description | Required |
---|---|---|---|
sobjecttype | -s | The sObject type of the record you are creating. | Yes |
targetusername | -u | A username or alias for the target org. | No |
usetoolingapi | -t | 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