This table is used to create an application grouped view of a specific target.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| objectid | byte(16) | not null | Primary key, it is a uuid. |
| version | integer | not null | Version number is used to maintain cache and an optimistic transaction policy |
| jobcontview | byte(16) | with null | Link to the job container view, FK to usd_jcview. |
| jobtarget | byte(16) | with null | Link to the target of the job, FK to usd_target. |
| jobstatus | integer | not null | This is the over all status of all apllications of a target. |
| renewedjobstatus | integer | not null | This is the over all renew status of all renewed apllications of a target. |
| okcnt | integer | not null | This is the total number of applications that are OK for a specific target. |
| activecnt | integer | not null | This is the total number of applications that are ACTIVE for a specific target. |
| errorcnt | integer | not null | This is the total number of applications that are ERROR for a specific target. |
| waitingcnt | integer | not null | This is the total number of applications that are WAITING for a specific target. |
| okrenewcnt | integer | not null | This is the total number of renewed applications that are OK for a specific target. |
| activerenewcnt | integer | not null | This is the total number of renewed applications that are ACTIVE for a specific target. |
| waitingrenewcnt | integer | not null | This is the total number of renewed applications that are WAITING for a specific target. |
| errorrenewcnt | integer | not null | This is the total number of renewed applications that are ERROR for a specific target. |
| permmask | integer | not null | Operations/Functions allowed on the job in its current state, it is not object level security related. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| objectid | usd_applic | applicationgroup |