Class BackendAuditTrailInformation
Audit trail feature flags
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class BackendAuditTrailInformation
Constructors
BackendAuditTrailInformation()
Declaration
public BackendAuditTrailInformation()
Properties
Input
Case, case field and case relation audit trail enabled
Declaration
public bool Input { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |
Lookup
Lookup and lookup value audit trail enabled
Declaration
public bool Lookup { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |
Payrun
Collector and wage type audit trail enabled
Declaration
public bool Payrun { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |
Report
Report, report template and report parameter audit trail enabled
Declaration
public bool Report { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |
Script
Script audit trail enabled
Declaration
public bool Script { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |