xCompany.logAlways Method [AX 2012]
Enables or disables logging for non-system tables.
public boolean logAlways(DatabaseLogType typeOfLog, [boolean log])
Run On
ServerParameters
- typeOfLog
- Type: DatabaseLogType Enumeration
An optional Boolean value that when set to true forces database logging for all non-kernel tables, and when set to false clears the database logging.
- log
- Type: boolean
Return Value
Type: booleanThe status of the database logging for the indicated operation before the call.
Community Additions
ADD
Show: