Represents an application interface configuration object
Data model

Fields
Field |
Type |
Description |
builtin_id* |
INT |
Resource identifier related to the interface, reference the ASMS_INTERFACE_BUILTIN.id table |
id* |
INT |
Unique interface identifier |
item_type_id |
INT |
Item type identifier, reference the ASMS_TYPES.id table |
label |
NVARCHAR (MAX) |
Tag related to the resource associated with the interface |
model_id |
INT |
Identifier of the model associated with the interface, reference the ASMS_MODEL.id table |
project_id |
INT |
Project identifier related to the interface, reference the table ASMS_PROJECTS.proj_id |
Primary Key
References