Distribution projects executed
Fields
| Field | Type | Description |
|---|---|---|
| device_platform | VARCHAR (7) | Device Platform |
| executions_count | INT | Total executions |
| executions_failure | INT | Number of failed executions |
| executions_successfull | INT | Number of successful executions completed |
| last_execution_date | DATETIME | Date of last execution |
| package_type | VARCHAR (12) | Package Type (Applications, Updates, Agent) |
| project_id* | INT | Project code primary key |
| project_name* | NVARCHAR (500) | Distribution Project Name |