Search Definition (прозорец ID-53069)
От iDempiere bg
прозорец: Search Definition
описание: Define transactioncodes for the QuickSearch bar
помощ: null
TAB: Searches
описание: null
помощ null
Файл:Search Definition - Searches - прозорец (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 |
Transaction Code | Transaction Code | The transaction code represents the search definition | null | TransactionCode character varying(8) String |
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) String |
Description | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) String |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Default | Стойност по подразбиране | Стойност по подразбиране | The Default Checkbox indicates if this record will be used as a default value. | IsDefault character(1) NOT NULL Yes-No |
Search Type | Search Type | Which kind of search is used (Query or Table) | null | SearchType character varying(1) NOT NULL String |
Table | Таблица | Database Table information | The Database Table provides the information of the table definition | AD_Table_ID numeric(10) NOT NULL Table |
Column | Колона | Колона в таблица | Link to the database column of the table | AD_Column_ID numeric(10) Table |
Query | Query | SQL | null | Query character varying(2000) Text |
Data Type | Тип на данните | Тип на данните | null | DataType character varying(1) NOT NULL String |
Window | Прозорец | Data entry or display window | The Window field identifies a unique Window in the system. | AD_Window_ID numeric(10) NOT NULL Table |
PO Window | Прозорец Поръчка | Прозорец за Поръчка за доставка | Прозорец за Поръчка за доставка при преглед на свързани документи | PO_Window_ID numeric(10) Table |