Deletes a repository record identified by the ID or designated primary key (which does not have to be the repository primary key).
Inputs
- repositoryName - Name of repository in in which a record is to be deleted.
- id - Internal ID of the repository record to be deleted (0 or blank if none
- pkName(TBD) - Attribute name for primary key (actual or alternative) of record to be deleted.
- pkValue(TBD) - Attribute value for primary key (actual or alternative) of record to be deleted.
- enableTrigger(TBD) - Activate trigger on target repository if true
Outputs
- isDeleted - Set to true if the desginated record(s) are deleted.
- errorMsg - Detailed message why the record could not be created or updated (if ID is '0')