Previous Topic: ENTITY_TYPE (Entity type)Next Topic: ENTRY_POINT (Record entry point)


ENTITY_VIEW (Entity View Definition)

Column Name

Coltype

Description

MODEL_ID

NUMERIC

ID of the containing model

TBNAME

STRING

ENTITY_VIEW

ID

NUMERIC

Unique identifier

ORG_ENCY_ID

NUMERIC

Original encyclopedia identifier

ORG_ID

NUMERIC

Original object identifier

NAME

STRING

Entity view name

REQUIRED_INPUT

CHARACTER

Is this a required import view?

  • Y-Yes
  • N-No

ENT_ACT_ALLOWED

CHARACTER

Is entity action allowed?

  • Y-Yes
  • N-No

USED_AS_I_O

CHARACTER

Used as input or output?

  • Y-Yes
  • N-No

SEQ

NUMERIC

Sequence within parent view or view set.

Use ORDER BY SEQ to return entity views in the same order as specified in the toolset.

PARENT_ID

NUMERIC

ID of the parent group view or view set.

Join with GROUP_VIEW or VIEW_SET.

ENTITY_ID

NUMERIC

ID of the entity type or subtype for which this is an entity view.

Join with:

  • ENTITY_TYPE
  • ENTITY_SUBTYP
  • SYS_ENT_TYPE.