Предупреждение (прозорец ID-276)
прозорец: Предупреждение
описание: Адемпиере предупреждение
помощ: Compiere Alerts allow you define system conditions you want to be alerted of
TAB: Предупреждение
описание: Адемпиере предупреждение
помощ Адемпиере предупрежденията ви позволяват да дефинирате системните условия за които искате да бъдете предупреждавани.
Файл:Предупреждение - Предупреждение - прозорец (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 | Наименование | Не повече от 60 знака | 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 символа) | A description is limited to 255 characters. | 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 | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Valid | Валиден | Елемента е валиден | Елемента премина проверката за валидност | IsValid character(1) NOT NULL Yes-No |
Alert Processor | Процесор за предупреждения | Alert Processor/Server Parameter | Alert Processor/Server Parameter | AD_AlertProcessor_ID numeric(10) Table Direct |
Enforce Client Security | 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 | 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 | Alert Subject | Subject of the Alert | The subject of the email message sent for the alert | AlertSubject character varying(60) NOT NULL String |
Alert Message | Alert Message | Message of the Alert | The message of the email sent for the alert | AlertMessage character varying(2000) NOT NULL Text |
TAB: Правила за предупреждение
описание: Дефиниция на елемента на предупреждение
помощ Дефиницията на предупреждението или действието
Файл:Предупреждение - Правила за предупреждение - прозорец (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 | Предупреждение | Адемпиере предупреждение | Compiere Alerts allow you define system conditions you want to be alerted of | AD_Alert_ID numeric(10) NOT NULL Table Direct |
Name | Наименование | Не повече от 60 знака | 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 | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Valid | Валиден | Елемента е валиден | Елемента премина проверката за валидност | IsValid character(1) NOT NULL Yes-No |
Error Msg | Съобщ. за грешка | null | null | ErrorMsg character varying(2000) Text |
Pre Processing | Pre Processing | Process SQL before executing the query | Could be Update/Delete/etc. statement | PreProcessing character varying(2000) Text |
Sql SELECT | Select Clause | SQL SELECT clause | 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 | Таблица | Database Table information | The Database Table provides the information of the table definition | AD_Table_ID numeric(10) Table Direct |
Sql FROM | 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 character varying(2000) NOT NULL Text |
Sql WHERE | SQL Where clause | Fully qualified WHERE clause | The Where Clause indicates the SQL WHERE clause to use for record selection | WhereClause character varying(2000) Text |
Other SQL Clause | Other Clause | Other Clause | Any other complete clause like GROUP BY, HAVING, ORDER BY, etc. after WHERE clause. | OtherClause character varying(2000) Text |
Post Processing | Post Processing | Process SQL after executing the query | Could be Update/Delete/etc. statement | PostProcessing character varying(2000) Text |
TAB: Получател на предупреждението
описание: Получател на уведомлението за предупреждение
помощ Може да изпращате уведомленията към потребители или роли
Файл:Предупреждение - Получател на предупреждението - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Alert Recipient | Получател на предупреждението | Получател на уведомлението за предупреждение | Може да изпращате уведомленията към потребители или роли | 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 | Предупреждение | Адемпиере предупреждение | Compiere Alerts allow you define system conditions you want to be alerted of | AD_Alert_ID numeric(10) NOT NULL Table Direct |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
User/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 | Роля | Responsibility 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 |