RYEACT_OPTIONS(SQL Table) |
Index Back |
---|---|
Element connection informationThis record will house the system data for elements. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RY_ACT_TYPE_ID | Number(18,0) | DECIMAL(18) NOT NULL | Used to determine the type of Element for the Dialog. |
2 | RYE_ORDER | Number(6,0) | INTEGER NOT NULL | Dialog Designer Toolbar buttion Order field for Dialogs. |
3 | RYE_ELEMENT_RIGHTS | Number(15,0) | DECIMAL(15) NOT NULL | Element Rights field, intended to convert from decimal to binary to determine what the rights are. Each element will correspond to an element. If when converted that element has a 1 it is allowed to connect, if given a 0, then it is not allowed. |
4 | RY_ICON_NAME | Character(80) | VARCHAR2(80) NOT NULL | Icon Image name field for Various Elements. |
5 | RYE_START_ACTIVE | Character(1) | VARCHAR2(1) NOT NULL |
Starts Active when the dialog loads, used for triggers.
Y/N Table Edit |