Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Audit.SetAuditLogTableName
Sets the table name for the AuditLog table.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Audit | 15.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Audit.SetAuditLogTableName"; Name ) More
Parameters
Parameter | Description | Example |
---|---|---|
Name | The new name of the table occurrence to use for audit logging. |
Result
Returns OK or error.
Description
Sets the table name for the AuditLog table.Usually we just have an AuditLog table occurrence. The table can be in a different file and named differently. As long as the AuditLog table occurrence can be found, we can use it.
Examples
Name audit log table:
MBS("Audit.SetAuditLogTableName"; "AuditLogTest")
See also
Release notes
- Version 15.2
- Added Audit.GetAuditLogTableName and Audit.SetAuditLogTableName functions.
Blog Entries
This function is free to use.
Created 16th April 2025, last changed 16th April 2025
