com.snc.change_management.enforce_data_requirements
ServiceNow property description:
Enforce Change Request process data requirements. Modifications to the Change Request table will have the same data requirements as provided on the base system Change Request form via UI Policy. Restrictions are enforced via GlideRecord and will apply to updates from: Change Request form, Workflow, REST/SOAP APIs and Javascript. These restrictions are in addition to any provided by UI Policy on the Change Request form.
Attributes
- Sys ID: c56c6ddab733130034d1da23ee11a95c
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `com.snc.change_management.enforce_data_requirements` ensures that data requirements for the Change Request process are strictly enforced. When enabled, any modifications to the Change Request table must meet the same data requirements as those defined on the base system Change Request form through UI Policies. These restrictions are enforced using GlideRecord, meaning they apply to updates made via the Change Request form, Workflow, REST/SOAP APIs, and JavaScript. This property adds an additional layer of data validation beyond what is provided by UI Policies on the Change Request form. It ensures consistency and compliance with the predefined data requirements across all methods of data entry and modification.
Source