UX_ALERT_SETUP(SQL Table) |
Index Back |
---|---|
Alerts SetupStores setup and defaults relating to the Alerts pagelet. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | UX_ALERT_CHG_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Used on the Manager Dashboard Alerts pagelet to determine if the manager can change the alert type.
Y/N Table Edit Default Value: N |
2 | UX_ALERT_CHG_LEVEL | Character(1) | VARCHAR2(1) NOT NULL |
Admin setup field to determine if the manager can change alert levels.
Y/N Table Edit Default Value: N |
3 | UX_ALERT_CHG_DAYS | Character(1) | VARCHAR2(1) NOT NULL |
Used on the Employee Review Alerts pagelet to determine if the manager can change Alert Days.
Y/N Table Edit Default Value: N |
4 | UX_ALERT_CHG_NUMS | Character(1) | VARCHAR2(1) NOT NULL |
Admin setup field to determine if the manager can change the number of alert messages on the alerts pagelet.
Y/N Table Edit Default Value: N |
5 | UX_ALERT_NUM | Number(2,0) | SMALLINT NOT NULL |
Used on the Alerts pagelet to determine the number of alert messages to display on the pagelet.
Default Value: 0 |
6 | UX_CRITICAL_ALERT | Character(1) | VARCHAR2(1) NOT NULL |
Checkbox for including the critical alerts on Admin setup page.
Y/N Table Edit Default Value: Y |
7 | UX_STANDARD_ALER | Character(1) | VARCHAR2(1) NOT NULL |
Checkbox for including the high level alerts on Admin setup page.
Y/N Table Edit Default Value: Y |
8 | UX_INFO_ALER | Character(1) | VARCHAR2(1) NOT NULL |
Checkbox for including the informational alerts on Admin setup page.
Y/N Table Edit Default Value: Y |