entity

Uniface data type for transferring occurrences of entities between components.

params

    entity  EntityName{.ModelName} : Direction

endparams

Use

Use in params blocks to define the data type of a parameter.

Entity parameters cannot be used in entries (global or local ProcScript modules).

Description

An entity parameter transfers all occurrences of the specified entity from one component to the other component.

Note:  Only fields whose Is External property is T can be included in the entity parameter.

For more information, see Entity and Occurrence Parameters.

Related Topics