Project Data Tables Database > td Schema : td.POLICY_ENFORCEMENT_STATUS Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
PES_ID | The record ID. | int | 4 | ||||
PES_APPLIED_TEMPLATE_VERSION | The customization version of the project's linked template when it was last applied (propagated) on the project. | int | 4 | ||||
PES_LAST_PROPAGATION_TIME | The date and time of the last template propagation performed on the project according to the server clock. | datetime | 4 | ||||
PES_LAST_PROPAGATION_REPORT | An XML document containing the data of the report of the last policy enforcement (propagation) performed on the project. | varchar | 16 | ||||
PES_VERIFIED_PROJECT_VERSION | The customization version of the project when it was last verified against it's linked template. | int | 4 | ||||
PES_VERIFIED_TEMPLATE_VERSION | The customization version of the project's linked template when it was last verified with the project. | int | 4 | ||||
PES_IS_VERIFIED_WITH_WARNINGS | If Y, there were warnings in the last verification of the project. | varchar | 2 | ||||
PES_LAST_VERIFICATION_TIME | The date and time of the last template verification performed on the project. | datetime | 4 | ||||
PES_LAST_VERIFICATION_REPORT | An XML document containing the data of the report of the last policy analysis (verification) performed on the project. | varchar | 16 | ||||
PES_IS_POLICY_UPDATE_BLOCKED | Y indicates a request not to apply customization of the template to the project. This setting does not prevent the template administrator from applying the customization. | varchar | 2 | ||||
PES_COMMENTS | A list of comments. These comments are visible in the UI in the Template and Linked Project view. | varchar | 16 |
Index | Description | Primary | Unique |
---|---|---|---|
POLICY_ENFORCEMENT_STATUS_PK |