Version 2024.04

This transaction table is added in Infor Expense Management 2024.04

CREATE TABLE alco_vehicle_type (
vehicle_type_id int NOT NULL
name nvarchar(255) NOT NULL
code nvarchar(255)
active_status smallint NOT NULL
change_timestamp datetime
CONSTRAINT PK571 PRIMARY KEY CLUSTERED (vehicle_type_id)
)
go