RYEDIALOG_OPT(SQL Table) |
Index Back |
---|---|
Dialog Options for Design TimeDialog Options for Design Time - Main |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DIALOG_ID | Number(18,0) | DECIMAL(18) NOT NULL | Dialog ID field to identify both design time and run time dialog. |
2 | RY_USE_CHARSET_FIL | Character(1) | VARCHAR2(1) NOT NULL |
Filter character Sets by Document Language or not.
Default Value: Y |
3 | RY_USE_SVG | Character(1) | VARCHAR2(1) NOT NULL |
Use SVG Graphical Designer for Dialogs.
Default Value: Y |
4 | RY_SVG_CV_HEIGHT | Number(10,0) | DECIMAL(10) NOT NULL |
SVG Dialogs Canvas Height, used in the dialog designer.
Default Value: 5000 |
5 | RY_SVG_CV_WIDTH | Number(10,0) | DECIMAL(10) NOT NULL |
SVG Dialogs Canvas Height, used in the dialog designer.
Default Value: 5000 |
6 | RY_SVG_VW_HEIGHT | Number(10,0) | DECIMAL(10) NOT NULL |
SVG Viewing Window Height, used in the dialog designer.
Default Value: 410 |
7 | RY_SVG_VW_WIDTH | Number(10,0) | DECIMAL(10) NOT NULL |
SVG Viewing Window Width, used in the dialog designer.
Default Value: 1230 |
8 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
9 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
10 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
11 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
12 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
13 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |