Skip to main content
Skip table of contents

Queries_Table (ver8.3.0)

This table stores SQL queries used to check for data issues which can impact migrating to database extensions. To navigate to this page, go to System > Page and Data Management > Custom Field Data Migration > Migration Readiness Check > Choose Custom Field Set.

Column Name

Initial Version

Data Type

Description

Active

8.3.0

Number(1,0)

1 indicates the query is to be run during the migration check. Defaults to 0. Required.

DataSet

8.3.0

Varchar2(100)

Specifies the custom field grouping most closely associated to the query. The value does not change alter the query in any way. Same as Custom Field Set. Possible values: User_Created_Custom_Fields, Core Fields,Core Fields2, and [State Compliance Field Set].

Description

8.3.0

Varchar2(100)

Internal description of the query.

ID

8.3.0

Number(16)

Unique sequential number generated by the developer inserting the rows. Required.

Name

8.3.0

Varchar2(64)

Developer assigned name of the query. Required.

NameToDisplay

8.3.0

Varchar2(40)

Name displayed to the user on the page.

SortOrder

8.3.0

Number(4,0)

Numeric value used to indicate the order in which the rows in the table are displayed.

SQLQuery

8.3.0

Varchar2(4000)

A valid SQL query to be executed by the migration check process. Required.

WhenCreated

8.3.0

Timestamp(6)

Date and time the record was created. Defaults to system date. Required.

WhenModified

8.3.0

Timestamp(6)

Date and time the record was modified. Defaults to system date. Required.

WhoCreated

8.3.0

Varchar2(100)

The user login that created the record. Defaults to database user. Required.

WhoModified

8.3.0

Varchar2(100)

The user login that modified the record. Defaults to database user. Required.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.