Click or drag to resize

AvailableToPromiseEntry Class

Quantities available to promise for the different date periods. Also contains the current and projected availability. Entity: Inv_Demand_Management_ATP
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory.DemandManagement
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class AvailableToPromiseEntry : EnterpriseOneViewObject

The AvailableToPromiseEntry type exposes the following members.

Constructors
  NameDescription
Public methodAvailableToPromiseEntry(ObjectTransaction)
Initializes a new instance of the AvailableToPromiseEntry class with specific ObjectTransaction
Public methodAvailableToPromiseEntry(ObjectTransaction, RowProvider)
Initializes a new instance of the AvailableToPromiseEntry class with specific ObjectTransaction
Top
Properties
  NameDescription
Public propertyATPBase
Indicates the quantity available to promise (in a base unit). It is valid from this date on. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required]
Public propertyCurrentAvailabilityBase
The current availability in а base measurement unit. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required]
Public propertyEnterpriseCompany
Тhe Enterprise Company, for which the quantities are calculated. [Required] [Filter(multi eq)]
Public propertyFromDate
Тhe date from which the available to promise quantity is valid. [Required] [Filter(eq;ge;le)]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from ViewDomainObject.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyMovementsBase
The sum of the quantity of all planned stock movements on this date in а base measurement unit. . [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required]
Public propertyMovementsToDateBase
The sum of the quantity of all planned stock movements until this date (inclusive) in а base measurement unit. The value is cumulative. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyProduct
The Product, for which the quantities are calculated. [Required] [Filter(multi eq)]
Public propertyProjectedAvailabilityBase
Projected Availability in а base measurement unit on the particular date. The value is cumulative and includes the sum of all planned stock movements until this date (inclusive) and the current availability. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required]
Public propertyRepository
Provides access to AvailableToPromiseRepository repository methods
Public propertyStore
The Store, for which the quantities are calculated. [Required] [Filter(multi eq)]
Public propertyTransaction
The transaction to which this object is attached
(Inherited from DomainObject.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to this instance.
(Inherited from DomainObject.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from DomainObject.)
Public methodToString
Returns a String that represents this instance.
(Inherited from DomainObject.)
Public methodTryGet
Tries to get the specified attribute and returns it or null, when it is not found.
(Inherited from DomainObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodFormatString
Converts the object to string based on the format specified.
(Defined by FormatStringExtensions.)
Top
See Also