occurrence

Uniface data type containing a single occurrence of an entity. For use in parameters.

params

    occurrence  EntityName{.ModelName} : Direction

endparams

Use

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

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

Description

An occurrence parameter transfers the current occurrence of the specified entity from one component to another component.

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

For more information, see Entity and Occurrence Parameters.

Related Topics