AuditJob - createComponentToComponentAuditJob
AuditJob - createComponentToComponentAuditJob
Description :
This command creates an Audit Job based on components. It compares a component on a live server to a particular component on another live server. A similar command, createComponentToComponentAuditJob , compares a component to all instances of a component on a live server.
You must provide an ID for the job group that will contain this Audit Job.
The masterComponentKey argument provides a handle for the component that functions as the master. The targetComponentKey argument provides a handle for the particular component to be audited. This command returns a handle to the newly created Audit Job. This handle can be used in other commands that need to reference the Audit Job you have created.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
jobName | String | Name of the Audit Job to be created. |
groupId | Integer | ID of the job group to which the Audit Job will be added. |
masterComponentKey | DBKey | Handle to the component to be used as the master for the audit. |
targetComponentKey | DBKey | Handle to the component that will be the target of the audit. |