Previous Topic: FLD_ENTPT_VALUE (Field Entry Point Value)Next Topic: FLD_LINK_USE (Foreign Key Field Linkage Usage)


FLD_ENTRY_PT_USE (Field Entry Point Usage)

Column Name

Coltype

Description

MODEL_ID

NUMERIC

ID of the containing model

TBNAME

STRING

FLD_ENTRY_PT_USE

ID

NUMERIC

Unique identifier

ORG_ENCY_ID

NUMERIC

Original encyclopedia identifier

ORG_ID

NUMERIC

Original object identifier

SEQUENCE

CHARACTER

Sequence is:

  • A-Ascending
  • D-Descending

SEQ

NUMERIC

Sequence within entry point.

Use ORDER BY SEQ to return field entry point usages in the same order as specified in the toolset.

FIELD_ID

NUMERIC

ID of the field used by this entry point.

Join with FIELD.

ENTRY_POINT_ID

NUMERIC

ID of the entry point defined by this field.

Join with ENTRY_POINT.