Property reference

glide.sys.audit_inserts

The glide.sys.audit_inserts property enables the creation of audit records for initial values when a record is inserted. Admins should consider enabling this feature to track changes from the moment a record is created, enhancing data integrity and accountability.

Default: false Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property determines whether audit records are generated for the initial values of newly inserted records, providing a historical reference for data changes.
What area does it affect? Audit and Data Integrity
What does the default mean? The default value is "false", which means this behavior is disabled by default.
When should you review it? Review this property when setting up auditing requirements for new records or during compliance assessments.

Out of the box property record

Raw metadata from the property record.

Property name glide.sys.audit_inserts
Sys ID 504670d60ad3370239877a52e63a99be
Type boolean
Application Global
Default value false
Description Create audit records for the initial values when a record is inserted
Updated 2024-05-25 04:20:35

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... or not (false). [Required] Set the value to false to generate history with History Sets. • Type: true | false • Default value: false • Location: System Property [sys_properties] table glide.sys.audit_inserts Specifies whether the Audit table audits inserts (true) or not (false). • Type: true | false • Default value: false • Location: System Property [sys_properties] table glide.sys.date_format System date format ...
Documentation excerpt View supporting context
Context preview Snippet 2
... 80% of the size of the Audit table. Not tracking inserts allows for better performance and a much smaller Audit table. Administrators can enable auditing of inserts by setting the glide.sys.audit_inserts property to true. Tracking CI Relationships Changes to a CI relationship (CI Relations, CI/User Relations, or CI/Group Relations‎ appear in the history of the items on both sides of the ...