ComponentException - createEmptyComponentException
ComponentException - createEmptyComponentException
Description :
This command creates a compliance exception without any rules and sets it on a component. The DB Key of the component is returned.
Return type : DBKey
Command Input :
| Variable Name | Variable Type | Description | 
|---|---|---|
| componentKey | DBKey | DBKey of the component. | 
| Name | String | Name of the exception. | 
| Description | String | Description of the exception. | 
| Role | String | RBAC role of user. | 
| User | String | RBAC user name. | 
| Comment | String | A comment about the exception. | 
Example
The following example script assumes that the component DBKey is available.
Script
ComponentException createEmptyComponentException $componentKey$ $Name$ $Description$ $Role$ $User$ $Comment$
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*
