ManPageW AccessAudit

From ADempiere
Revision as of 13:03, 14 December 2006 by CarlosRuiz (Talk) (Added version and category)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Return to Index

Enjoy it, and help to fill it! But please, always respecting copyright.

Please write your contributions under the Contributions Section



Window: Access Audit

Description : Audit of Access to data or resources

Help : Logging needs to be explicitly enabled / written.



Tab: Access Audit

Description : Log of Access to data or resources

Help : Logging needs to be explicitly enabled / written.

Table Name  : AD_AccessLog

ManPageW AccessAudit AccessAudit.png

Fields

Name Description Help Technical Data
Client Client/Tenant for this installation. A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. AD_Client_ID

NUMBER(10)

TableDir

Organization Organizational entity within client An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID

NUMBER(10)

TableDir

Created Date this record was created The Created field indicates the date that this record was created. Created

DATE

DateTime

Description Optional short description of the record A description is limited to 255 characters. Description

NVARCHAR2(255)

String

Table Database Table information The Database Table provides the information of the table definition AD_Table_ID

NUMBER(10)

Search

Record ID Direct internal record ID The Record ID is the internal unique identifier of a record. Please note that zooming to the record may not be successful for Orders, Invoices and Shipment/Receipts as sometimes the Sales Order type is not known. Record_ID

NUMBER(10)

Button

Column Column in the table Link to the database column of the table AD_Column_ID

NUMBER(10)

Search

Remote Addr Remote Address The Remote Address indicates an alternative or external address. Remote_Addr

NVARCHAR2(60)

String

Remote Host Remote host Info Remote_Host

NVARCHAR2(60)

String

Text Message Text Message TextMsg

NVARCHAR2(2000)

Text

Reply Reply or Answer Reply

NVARCHAR2(2000)

Text

Contributions