Corresponding Model and Entity Name

Name of the Entity to use if the parameter's data type is Entity or Occurrence.

Description

When you work with occurrence and entity parameters, keep in mind that:

  • All fields in the referenced entity must have Is External set to T, otherwise, no data will be present in the data buffer.

  • Occurrence and entity parameters use the descriptors created when modeled objects are compiled. If this was not done, data will not be present in the data buffer passed to your operation.

  • An entity or occurrence parameter must be defined as IN/OUT. If the parameter is defined only as OUT, no data is copied into the data buffer.

Applies To