JApptResource
JApptResource
JApptResource contains information about the resources used in an appointment record. This information includes resource type (such as Projector or Conference Room) and the starting and ending date and time the resource is needed. This table represents the Resources block on the Resources tab of an appointment record.
Object: JApptResource (J_APPT_RESOURCE)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
---|---|---|---|---|---|---|---|---|---|
Rules |
Temp/Wiz |
||||||||
endOn |
END_ON (DATE) |
To |
x |
date Time |
Date and time until which the resource is needed. |
x |
|||
owner--> |
APPOINT MENT_ID (NUMBER) |
x |
object |
The appointment for which the resource is needed. |
|||||
primary |
PRIMARY_KEY (NUMBER) |
x |
int |
Unique ID given to each resource added to an appointment record. |
|||||
startOn |
START_ON(NUMBER) |
From |
x |
date Time |
Date and time when the resource is needed. |
x |
|||
type--> |
TYPE_ID (NUMBER) |
Resource (Resources block) |
x |
x |
object |
8 The type of resource (such as Projector or Conference Room). --> Links to the definition information for the appointment resource type. |
x |
||
version |
VERSION (NUMBER) |
x |
int |
Indicates how many times the appointment resource was updated. |