Previous Topic: Req_Property TableNext Topic: Response Table


Req_Property_Template Table

Templates used to specify request properties.

Field

Data Type

Reference

Remarks

description

STRING 240

 

Specifies the textual description of this template.

code

STRING 12 UNIQUE NOT_NULL S_KEY

 

Specifies the noneditable handle for query.

del

INTEGER NOT_NULL

Active_Boolean_ Table::enum

Deleted flag

0—Active

1—Inactive/marked as deleted

id

INTEGER UNIQUE NOT_NULL KEY

 

Unique (to the table) Numeric ID

label

STRING 80 NOT_NULL

 

Specifies the display text for property.

last_mod_by

UUID

ca_contact::uuid

Specifies the UUID of the contact who last modified this record.

last_mod_dt

LOCAL_TIME

 

Indicates the timestamp of when this record was last modified.

owning_area

STRING 30 NOT_NULL

Prob_Category::persid

Specifies the parent category.

persid

STRING 30

 

Persistent ID (SystemObjectName:id)

required

INTEGER NOT_NULL

 

0—Not required

sample

STRING 240

 

Specifies the help text.

sequence

INTEGER NOT_NULL

 

Specifies the display order.

validation_rule

BOP_REF_STR NOT_NULL

Property_Validation_ Rule

Identifies the valid value rule.