Audit Logs
Morphfolia provides audit logging capabilities: a very simple method call for logging activities and another for reading / searching audit logs. The administration section includes a dedicated audit log viewer.
Audit log entries are recorded against an object type and Id, both of which can be used to define searches. Applications can provide a human readable audit log history to a user in the UI; you could display “customer” information and include the relevant audit log info with it.
Morphfolia provides auditing capabilities as a vertical slice, including data storage, business logic API and WebControls.
In Morphfolia, auditing is the responsibility of the business logic tier, which means that auditing will occur regardless of the underlying data provider (as opposed to implementing auditing is SQL via triggers).

|