Version 2023.10
This transaction table is added in Infor Expense Management 2023.10
| CREATE TABLE alco_javascript ( | ||
|---|---|---|
| javascript_id | int | NOT NULL |
| script_name | nvarchar(255) | NOT NULL |
| script_description | nvarchar(255) | |
| script | nvarchar(max) | NOT NULL |
| active_status | smallint | NOT NULL |
| change_timestamp | datetime | |
| CONSTRAINT PK608 PRIMARY KEY CLUSTERED ( javascript_id ) | ||
| ) | ||
| go |
| CREATE TABLE alco_xmdbtool_thread_status ( | ||
|---|---|---|
| thread_id | bigint | NOT NULL |
| command | nvarchar(255) | NOT NULL |
| status | nvarchar(255) | |
| change_timestamp DATE | ||
| ) | ||
| go |