Version 2022.01
This transaction table is added in Infor Expense Management 2022.01
| CREATE TABLE alco_notice_email_template ( | ||
|---|---|---|
| email_template_id | int | NOT NULL |
| header_title | nvarchar(255) | |
| header_font_color | nvarchar(255) | |
| header_background_color | nvarchar(255) | |
| notice_definition_id | int | NOT NULL |
| company_theme_id | int | NOT NULL |
| active_status | int | NOT NULL |
| change_timestamp datetime | ||
| CONSTRAINT PK497 PRIMARY KEY CLUSTERED ( email_template_id ) | ||
| ) | ||