Version 10.2.19
Modifications in Infor Expense Management 10.2.19
| CREATE TABLE alco_proxy ( | ||
|---|---|---|
| proxy_id | int | NOT NULL |
| user_id | int | |
| proxy_user_id | int | |
| proxy_role | smallint | NOT NULL |
| only_out_of_office | smallint | NOT NULL |
| business_process_id | int | NOT NULL |
| user_group_id | int | |
| change_timestamp | datetime | |
| active_status | smallint | DEFAULT 1 NOT NULL |
| from_date | datetime | |
| to_date | datetime | |
| can_submit | int | |
|
CONSTRAINT PK__alc3493CFA7 PRIMARY KEY CLUSTERED ( proxy_id ) |
||
|
) |
||