警报 (窗口 ID-276)

来自iDempiere zh
跳转至:导航搜索



窗口: 警报

描述: Adempiere警报

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



TAB: 警报

描述: Adempiere警报


幫助 Adempiere Alerts allow you define system conditions you want to be alerted of


File:警报 - 警报 - 窗口 (iDempiere 1.0.0).png




名稱 名稱 描述 幫助 產品規格
Client 客户 安装此软件的客户 客户是一个公司或者合法的实体。你不能在客户之间共享数据。 AD_Client_ID
numeric(10) NOT NULL
Table Direct
Organization 机构 客户内的机构实体。 An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID
numeric(10) NOT NULL
Table Direct
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
character varying(60) NOT NULL
String
Description 描述 该记录的可选描述 描述最多为 255 个字符。 Description
character varying(255)
String
Comment/Help 注释/帮助 注释或提示 The Help field contains a hint, comment or help about the use of this item. Help
character varying(2000)
Text
Active 有效 本记录有效 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
character(1) NOT NULL
Yes-No
Valid 有效的 元素有效 The element passed the validation check IsValid
character(1) NOT NULL
Yes-No
Alert Processor Alert Processor Alert Processor/Server Parameter Alert Processor/Server Parameter AD_AlertProcessor_ID
numeric(10)
Table Direct
Enforce Client Security 强制客户安全性 Send alerts to recipient only if the client security rules of the role allows null EnforceClientSecurity
character(1) NOT NULL
Yes-No
Enforce Role Security 强制角色安全性 Send alerts to recipient only if the data security rules of the role allows null EnforceRoleSecurity
character(1) NOT NULL
Yes-No
Alert Subject 警报主题 警报主题 The subject of the email message sent for the alert AlertSubject
character varying(60) NOT NULL
String
Alert Message 警报信息 警报信息 The message of the email sent for the alert AlertMessage
character varying(2000) NOT NULL
Text




TAB: 警报规则

描述: Definition of the alert element


幫助 null


File:警报 - 警报规则 - 窗口 (iDempiere 1.0.0).png




名稱 名稱 描述 幫助 產品規格
Client 客户 安装此软件的客户 客户是一个公司或者合法的实体。你不能在客户之间共享数据。 AD_Client_ID
numeric(10) NOT NULL
Table Direct
Organization 机构 客户内的机构实体。 An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID
numeric(10) NOT NULL
Table Direct
Alert 警报 Adempiere警报 Adempiere Alerts allow you define system conditions you want to be alerted of AD_Alert_ID
numeric(10) NOT NULL
Table Direct
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
character varying(60) NOT NULL
String
Active 有效 本记录有效 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
character(1) NOT NULL
Yes-No
Valid 有效的 元素有效 The element passed the validation check IsValid
character(1) NOT NULL
Yes-No
Error Msg 错误 Msg null null ErrorMsg
character varying(2000)
Text
Pre Processing 动作 SQL 设定处理 Process SQL Set (not row-by-row) null PreProcessing
character varying(2000)
Text
Sql SELECT select子句 SQL select子句 The Select Clause indicates the SQL SELECT clause to use for selecting the record for a measure calculation. SelectClause
character varying(2000) NOT NULL
Text
Table 字段所在表 The Table indicates the table in which a field or fields reside. AD_Table_ID
numeric(10)
Table Direct
Sql FROM From子句 SQL的From子句 null FromClause
character varying(2000) NOT NULL
Text
Sql WHERE SQL的Where子句 Fully qualified 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
character varying(2000)
Text
Other SQL Clause Other Clause Other SQL Clause Any other complete clause like GROUP BY, HAVING, ORDER BY, etc. after WHERE clause. OtherClause
character varying(2000)
Text
Post Processing 动作 SQL 划处理 Process Row by Row (not Set processing) null PostProcessing
character varying(2000)
Text




TAB: 警报接受者

描述: 警告的接受者


幫助 null


File:警报 - 警报接受者 - 窗口 (iDempiere 1.0.0).png




名稱 名稱 描述 幫助 產品規格
Alert Recipient Alert Recipient Recipient of the Alert Notification You can send the notifications to users or roles AD_AlertRecipient_ID
numeric(10) NOT NULL
ID
Client 客户 安装此软件的客户 客户是一个公司或者合法的实体。你不能在客户之间共享数据。 AD_Client_ID
numeric(10) NOT NULL
Table Direct
Organization 机构 客户内的机构实体。 An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID
numeric(10) NOT NULL
Table Direct
Alert 警报 Adempiere警报 Adempiere Alerts allow you define system conditions you want to be alerted of AD_Alert_ID
numeric(10) NOT NULL
Table Direct
Active 有效 本记录有效 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
character(1) NOT NULL
Yes-No
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
numeric(10)
Search
Role 角色 职责角色 The Role determines security and access a user who has this Role will have in the System. AD_Role_ID
numeric(10)
Table Direct


Contributions / Posts

Cookie帮助我们提供我们的服务。通过使用我们的服务,您同意我们使用cookie。