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.
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 ...
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 ...
Related properties