Skip to main content

Window: Search Definition

[Created: 18/02/2009 - Updated: 18/02/2009 ]
Description: Define transactioncodes for the QuickSearch bar
Help:

Tab: Searches

[Created: 18/02/2009 - Updated: 18/02/2009 ]
Description:
Help:
Tab Level: 0

Table 10: Searches - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_searchdefinition.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_searchdefinition.AD_Org_ID numeric(10)
Table Direct
Transaction CodeThe transaction code represents the search definitionad_searchdefinition.TransactionCode character varying(8)
String
Entity TypeDictionary Entity Type; Determines ownership and synchronizationThe Entity Types "Dictionary", "iDempiere" and "Application" might be automatically synchronized and customizations deleted or overwritten. For customizations, copy the entity and select "User"!ad_searchdefinition.EntityType character varying(40)
Table
NameAlphanumeric identifier of the entityThe 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.ad_searchdefinition.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.ad_searchdefinition.Description character varying(255)
String
ActiveThe record is active in the systemThere 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.ad_searchdefinition.IsActive character(1)
Yes-No
DefaultDefault valueThe Default Checkbox indicates if this record will be used as a default value.ad_searchdefinition.IsDefault character(1)
Yes-No
Search TypeWhich kind of search is used (Query or Table)ad_searchdefinition.SearchType character varying(1)
String
TableDatabase Table informationThe Database Table provides the information of the table definitionad_searchdefinition.AD_Table_ID numeric(10)
Table
ColumnColumn in the tableLink to the database column of the tablead_searchdefinition.AD_Column_ID numeric(10)
Table
QuerySQLad_searchdefinition.Query character varying(2000)
Text
Data TypeType of dataad_searchdefinition.DataType character varying(1)
String
MessageSystem MessageInformation and Error messagesad_searchdefinition.AD_Message_ID numeric(10)
Search
StyleCSS style for field and labelad_searchdefinition.AD_Style_ID numeric(10)
Table Direct
WindowData entry or display windowThe Window field identifies a unique Window in the system.ad_searchdefinition.AD_Window_ID numeric(10)
Table
PO WindowPurchase Order WindowWindow for Purchase Order (AP) Zoomsad_searchdefinition.PO_Window_ID numeric(10)
Table