glide.security.granular.create

ServiceNow property description:

Enforce create (as opposed to write) rules on new records.

Attributes

  • Sys ID: afead3990a0a0aa70092a8ec7a030871
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.security.granular.create` enforces create rules specifically for new records, distinguishing them from write rules. When this property is enabled, the system applies create ACLs (Access Control Lists) to new records, ensuring that only users with the appropriate permissions can create new entries. This enhances security by preventing unauthorized users from creating records, even if they have write access to existing records. The property is particularly useful in scenarios where stricter control over record creation is required. For more detailed information, refer to the [General Security Settings](https://docs.servicenow.com/bundle/utah-platform-security/page/administer/security/reference/r_GeneralSecuritySettings.html) in the ServiceNow documentation.

Source

Related property: glide.security.manager