Skip to main content

Window: User Queries

[Created: 13/11/2019 - Updated: 13/11/2019 ]
Description: View and maintain saved queries
Help:

Tab: User Queries

[Created: 13/11/2019 - Updated: 04/04/2024 ]
Description: View and maintain saved queries
Help:
Tab Level: 0

Table 10: User Queries - 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_userquery.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_userquery.AD_Org_ID numeric(10)
Table Direct
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_userquery.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.ad_userquery.Description character varying(255)
String
User/ContactUser within the system - Internal or Business Partner ContactThe User identifies a unique user in the system. This could be an internal user or a business partner contactad_userquery.AD_User_ID numeric(10)
Search
RoleResponsibility RoleThe Role determines security and access a user who has this Role will have in the System.ad_userquery.AD_Role_ID numeric(10)
Table Direct
WindowData entry or display windowThe Window field identifies a unique Window in the system.ad_userquery.AD_Window_ID numeric(10)
Table Direct
TabTab within a WindowThe Tab indicates a tab that displays within a window.ad_userquery.AD_Tab_ID numeric(10)
Table Direct
TableDatabase Table informationThe Database Table provides the information of the table definitionad_userquery.AD_Table_ID numeric(10)
Table Direct
Validation codeValidation CodeThe Validation Code displays the date, time and message of the error.You can add advanced SQL queries to your searches by filling this field with @SQL=[WHERE CLAUSE].Do not include the WHERE statement and use Fully qualified SQL statements. F.e:@SQL=C_Order.isActive='Y' AND SalesRep_ID=@AD_User_ID@ will filter orders by active and where the sales representative is the current user.ad_userquery.Code character varying(4000)
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_userquery.IsActive character(1)
Yes-No
DefaultDefault valueThe Default Checkbox indicates if this record will be used as a default value.ad_userquery.IsDefault character(1)
Yes-No