ManPageW Notice

From ADempiere
Revision as of 14:04, 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: Notice

Description : View System Notices

Help : The system creates messages while performing processes. In this window you can view them.



Tab: Notice

Description : System Notice

Help : The Notice Tab provides a method of viewing messages that are generated by this system when performing processes.

Table Name  : AD_Note

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

Message System Message Information and Error messages AD_Message_ID

NUMBER(10)

Table

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

DATE

DateTime

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

Workflow Activity Workflow Activity The Workflow Activity is the actual Workflow Node in a Workflow Process instance AD_WF_Activity_ID

NUMBER(10)

TableDir

Table Database Table information The Database Table provides the information of the table definition AD_Table_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)

Button

Reference Reference for this record The Reference displays the source document number. Reference

NVARCHAR2(60)

String

Text Message Text Message TextMsg

NVARCHAR2(2000)

Text

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

NVARCHAR2(255)

String

Acknowledge System Notice acknowledged The Acknowledged checkbox indicates if this notice does not need to be retained. Processed

CHAR(1)

YesNo

Delete Notices Delete all Notices Processing

CHAR(1)

Button

Contributions