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 enables the system to utilize the audit file directly when generating activity, potentially improving efficiency in data handling. |
| What area does it affect? |
Activity generation |
| 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 optimizing system performance or troubleshooting activity generation issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.sys.activity_using_audit_direct |
| Sys ID |
50452bee0ad33702577de8c58c1ed4ce |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Use the audit file directly when generating activity. |
| Updated |
2024-05-25 03:38:58 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... FQDN in the glide.xml.entity.whitelist property. For more information, see Require XMLdoc2 entity validation with allowlist . • Type: true | false • Default: true • Location: System Property [sys_properties] table glide.sys.activity_using_audit_direct [Not Supported] Controls whether the record's history is generated using the Audit table (true) or not (false). [Required] Set the value to false to generate history with History Sets. • ...
Related properties