ManPageW Alert

From ADempiere
Revision as of 13:08, 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: Alert

Description : Adempiere Alert

Help : Adempiere Alerts allow you define system conditions you want to be alerted of



Tab: Alert

Description : Adempiere Alert

Help : Adempiere Alerts allow you define system conditions you want to be alerted of.

Table Name  : AD_Alert

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

Name Alphanumeric identifier of the entity The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. Name

NVARCHAR2(60)

String

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

NVARCHAR2(255)

String

Comment/Help Comment or Hint The Help field contains a hint, comment or help about the use of this item. Help

NVARCHAR2(2000)

Text

Active The record is active in the system There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

IsActive

CHAR(1)

YesNo

Valid Element is valid The element passed the validation check IsValid

CHAR(1)

YesNo

Alert Processor Alert Processor/Server Parameter Alert Processor/Server Parameter AD_AlertProcessor_ID

NUMBER(10)

TableDir

Enforce Client Security Send alerts to recipient only if the client security rules of the role allows EnforceClientSecurity

CHAR(1)

YesNo

Enforce Role Security Send alerts to recipient only if the data security rules of the role allows EnforceRoleSecurity

CHAR(1)

YesNo

Alert Subject Subject of the Alert The subject of the email message sent for the alert AlertSubject

NVARCHAR2(60)

String

Alert Message Message of the Alert The message of the email sent for the alert AlertMessage

NVARCHAR2(2000)

Text


Tab: Alert Rule

Description : Definition of the alert element

Help : The definition of the altert or action

Table Name  : AD_AlertRule

ManPageW Alert AlertRule.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

Alert Adempiere Alert Adempiere Alerts allow you define system conditions you want to be alerted of AD_Alert_ID

NUMBER(10)

TableDir

Name Alphanumeric identifier of the entity The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. Name

NVARCHAR2(60)

String

Active The record is active in the system There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

IsActive

CHAR(1)

YesNo

Valid Element is valid The element passed the validation check IsValid

CHAR(1)

YesNo

Error Msg ErrorMsg

NVARCHAR2(2000)

Text

Pre Processing Process SQL before executing the query Could be Update/Delete/etc. statement PreProcessing

NVARCHAR2(2000)

Text

Sql SELECT SQL SELECT clause The Select Clause indicates the SQL SELECT clause to use for selecting the record for a measure calculation. Do not include the SELECT itself. SelectClause

NVARCHAR2(2000)

Text

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

NUMBER(10)

TableDir

Sql FROM SQL FROM clause The Select Clause indicates the SQL FROM clause to use for selecting the record for a measure calculation. It can have JOIN clauses. Do not include the FROM itself. FromClause

NVARCHAR2(2000)

Text

Sql WHERE Fully qualified SQL WHERE clause The Where Clause indicates the SQL WHERE clause to use for record selection. The WHERE clause is added to the query. Fully qualified means "tablename.columnname". WhereClause

NVARCHAR2(2000)

Text

Other SQL Clause Other SQL Clause Any other complete clause like GROUP BY, HAVING, ORDER BY, etc. after WHERE clause. OtherClause

NVARCHAR2(2000)

Text

Post Processing Process SQL after executing the query Could be Update/Delete/etc. statement PostProcessing

NVARCHAR2(2000)

Text


Tab: Alert Recipient

Description : Recipient of the Alert Notification

Help : You can send the notifications to users or roles

Table Name  : AD_AlertRecipient

ManPageW Alert AlertRecipient.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

Alert Adempiere Alert Adempiere Alerts allow you define system conditions you want to be alerted of AD_Alert_ID

NUMBER(10)

TableDir

Active The record is active in the system There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

IsActive

CHAR(1)

YesNo

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)

Search

Role Responsibility Role The Role determines security and access a user who has this Role will have in the System. AD_Role_ID

NUMBER(10)

TableDir

Contributions