ManPageW ProcessAudit

From ADempiere
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: Process Audit

Description : Audit process use

Help : Process Instance Information



Tab: Process Audit

Description : Audit Process use

Help :

Table Name  : AD_PInstance

ManPageW ProcessAudit ProcessAudit.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

Updated Date this record was updated The Updated field indicates the date that this record was updated. Updated

DATE

DateTime

Process Process or Report The Process field identifies a unique Process or Report in the system. AD_Process_ID

NUMBER(10)

TableDir

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)

Integer

User/Contact User within the system - Internal or Business Partner Contact The User identifies a unique user in the system. This could be an internal user or a business partner contact AD_User_ID

NUMBER(10)

TableDir

Error Msg ErrorMsg

NVARCHAR2(2000)

String

Result Result of the action taken The Result indicates the result of any action taken on this request. Result

NUMBER(10)

Integer

Processing IsProcessing

CHAR(1)

YesNo


Tab: Parameter Audit

Description : Audit Process Parameter Values

Help :

Table Name  : AD_PInstance_Para

ManPageW ProcessAudit ParameterAudit.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

Process Instance Instance of the process AD_PInstance_ID

NUMBER(10)

TableDir

Sequence Method of ordering records; lowest number comes first The Sequence indicates the order of records SeqNo

NUMBER(10)

ID

Parameter Name ParameterName

NVARCHAR2(60)

String

Info Information The Information displays data from the source document line. Info

NVARCHAR2(60)

String

Info To Info_To

NVARCHAR2(60)

String

Process String Process Parameter P_String

NVARCHAR2(255)

String

Process String To Process Parameter P_String_To

NVARCHAR2(255)

String

Process Date Process Parameter P_Date

DATE

Date

Process Date To Process Parameter P_Date_To

DATE

Date

Process Number Process Parameter P_Number

NUMBER

Number

Process Number To Process Parameter P_Number_To

NUMBER

Number


Tab: Log

Description : Process Log

Help :

Table Name  : AD_PInstance_Log

ManPageW ProcessAudit Log.png

Fields

Name Description Help Technical Data
Process Instance Instance of the process AD_PInstance_ID

NUMBER(10)

TableDir

Log Log_ID

NUMBER(10)

ID

Process ID P_ID

NUMBER(10)

ID

Process Date Process Parameter P_Date

DATE

Date

Process Number Process Parameter P_Number

NUMBER

Number

Process Message P_Msg

NVARCHAR2(2000)

String

Contributions