LApptResourceType
LApptResourceType
LApptResourceType contains information about the resource types defined for appointment records. This information includes the resource name, tree position, and display order. This table represents the Resource Type system lookup table.
Object: LApptResourceType (L_APPT_RESOURCE_TYPE)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
---|---|---|---|---|---|---|---|---|---|
Rules |
Temp/Wiz |
||||||||
childList--> |
n/a |
x |
Links to the list of child resource types that belong to this resource type. |
||||||
display Order |
DISPLAY_ORDER (NUMBER) |
Order |
x |
int |
The order in which the table items will be listed in the GUI, lowest number first. |
||||
name |
NAME (VARCHAR2) (50) |
Item Name |
x |
string (50) |
The name of the resource type (e.g. Projector). |
||||
parent--> |
PARENT_ ID (NUMBER) |
Show items in node |
x |
x |
object |
8 The parent of the current resource type. --> Links to the definition information for the appointment resource type. |
|||
primary |
PRIMARY_KEY (NUMBER) |
x |
int |
The unique ID of the resource list item. |
|||||
tree |
TREE_ |
Tree Position |
x |
string (250) |
The unique four-character alphanumeric code that is created when the resource list item is defined. |
||||
version |
VERSION (NUMBER) |
x |
int |
Indicates how many times the resource type was updated. |
|||||
isActive | IS_ACTIVE (NUMBER) | NUMBER |