Entity AdHocQueryFields

Description of Entity AdHocQueryFields

This entity would record the fields involved in a particular query. The user uses this Ad-Hoc Query during runtime after a successful login. In the ad-hoc query screen there are two types of query, standard and custom. This entity would store the field for the standard ad-hoc query. It would record the ad-hoc query, fields and condition set by the user for the query that they would use.


List of all Dependencies of the Entity AdHocQueryFields

Name

Code

Class Name

Relation_7185

Relation_7185

Reference


List of Attributes of the Entity AdHocQueryFields

Name

Code

FieldsName

FieldsName

EntityName

EntityName

From

QueryFromCondition

To

QueryToCondition

Date Query > From

QueryDateFrom

Date Query > To

QueryDateTo

Numeric Query > From

QueryValueFrom

Numeric Query > To

QueryValueTo

Between > NOT

QueryNotCondition


Entity Attribute FieldsName of the Entity AdHocQueryFields

Card of Attribute FieldsName of the Entity AdHocQueryFields

Name

FieldsName

Code

FieldsName

Data Type

char(100)

Mandatory

Yes


Description of Attribute FieldsName of the Entity AdHocQueryFields

The name of the ad hoc query fields. It is the primary key for the AdHocQueryFields table.
Example: PayGroupId / DepartmentId / EmployeeId etc


Entity Attribute EntityName of the Entity AdHocQueryFields

Card of Attribute EntityName of the Entity AdHocQueryFields

Name

EntityName

Code

EntityName

Data Type

char(100)

Mandatory

Yes


Description of Attribute EntityName of the Entity AdHocQueryFields

The entity name for the ad hoc query field. It is the primary key for the AdHocQueryFields table.
Example: PayEmployee / Employee etc


Entity Attribute From of the Entity AdHocQueryFields

Card of Attribute From of the Entity AdHocQueryFields

Name

From

Code

QueryFromCondition

Data Type

char(50)

Mandatory

No


Description of Attribute From of the Entity AdHocQueryFields

Stores a query from the condition.


Entity Attribute To of the Entity AdHocQueryFields

Card of Attribute To of the Entity AdHocQueryFields

Name

To

Code

QueryToCondition

Data Type

char(50)

Mandatory

No


Description of Attribute To of the Entity AdHocQueryFields

Stores a query to the condition.


Entity Attribute Date Query > From of the Entity AdHocQueryFields

Card of Attribute Date Query > From of the Entity AdHocQueryFields

Name

Date Query > From

Code

QueryDateFrom

Data Type

date

Mandatory

No


Description of Attribute Date Query > From of the Entity AdHocQueryFields

Shows the start date of the query.
It is in the format: DD-MM-YYYY.


Entity Attribute Date Query > To of the Entity AdHocQueryFields

Card of Attribute Date Query > To of the Entity AdHocQueryFields

Name

Date Query > To

Code

QueryDateTo

Data Type

date

Mandatory

No


Description of Attribute Date Query > To of the Entity AdHocQueryFields

Shows the end date of the query.
It is in the format: DD-MM-YYYY.


Entity Attribute Numeric Query > From of the Entity AdHocQueryFields

Card of Attribute Numeric Query > From of the Entity AdHocQueryFields

Name

Numeric Query > From

Code

QueryValueFrom

Data Type

double

Mandatory

No


Description of Attribute Numeric Query > From of the Entity AdHocQueryFields

Shows the start range of the query value.


Entity Attribute Numeric Query > To of the Entity AdHocQueryFields

Card of Attribute Numeric Query > To of the Entity AdHocQueryFields

Name

Numeric Query > To

Code

QueryValueTo

Data Type

double

Mandatory

No


Description of Attribute Numeric Query > To of the Entity AdHocQueryFields

Shows the end range of the query value.


Entity Attribute Between > NOT of the Entity AdHocQueryFields

Card of Attribute Between > NOT of the Entity AdHocQueryFields

Name

Between > NOT

Code

QueryNotCondition

Data Type

smallint

Mandatory

No


Description of Attribute Between > NOT of the Entity AdHocQueryFields

Shows a query that is not the condition.