Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
System Audit Log
Added On:
09/02/16
SQL Table:
IAPP_SYSTEM_AUDIT_LOG
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
SystemAuditLog
Represents information about system audit log.
Available Fields:
Id
Last Execution Date
Period
Process Name
Id
Added On:
09/02/16
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Last Execution Date
Added On:
09/02/16
SQL Column:
LAST_EXECUTION_DATE
Java Field:
lastExecutionDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Date when the log was last updated.
Period
Added On:
09/02/16
SQL Column:
PERIOD
Java Field:
period
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Time period of the events included in the log.
Process Name
Added On:
09/02/16
SQL Column:
PROCESS_NAME
Java Field:
processName
Status:
Active
SQL Type:
varchar(20)
Java Type:
String
Attributes:
Name of the process recorded in the log.