Click or drag to resize

OrphanHandling Class

Specifies what to do when there are orphan fulfillment items.
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class OrphanHandling : Enum

The OrphanHandling type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberIgnore
Ignore orphans.
Public fieldStatic memberProhibit
Halt the generation with error if there are orphans.
Public fieldStatic memberReverse
Reverse the orphans.
Public fieldvalue__
Top
See Also