RYEFLOW(SQL Table) |
Index Back |
|---|---|
Design Time Flow RecordRecord is used to house the code for the flow, this record is used by the Design Time. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(18,0) | DECIMAL(18) NOT NULL | Dialog ID field to identify both design time and run time dialog. | |
| 2 | RYE_X_CORDS | Signed Number(7,0) | DECIMAL(6) NOT NULL |
X coordinates for SVG diagram in Dialog Flow
Default Value: 0 |
| 3 | RYE_Y_CORDS | Signed Number(7,0) | DECIMAL(6) NOT NULL |
Y Coordinate for Dialog Designer.
Default Value: 0 |
| 4 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
| 5 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
| 6 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
| 7 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
| 8 | 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. |
| 9 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
| 10 | RY_SVG_CODE | Long Character | CLOB | Field to house the SVG could for a given instance of a flow for the dialog designer. SVG is an XML language. |