AvailableToPromiseByLotsEntry Class |
Namespace: Aloe.EnterpriseOne.Model.Logistics.Inventory.DemandManagement
The AvailableToPromiseByLotsEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailableToPromiseByLotsEntry(ObjectTransaction) | Initializes a new instance of the AvailableToPromiseByLotsEntry class with specific ObjectTransaction | |
| AvailableToPromiseByLotsEntry(ObjectTransaction, RowProvider) | Initializes a new instance of the AvailableToPromiseByLotsEntry class with specific ObjectTransaction |
| Name | Description | |
|---|---|---|
| ATPBase | Indicates the quantity available to promise (in a base unit). It is valid from this date on. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required] | |
| CurrentAvailabilityBase | The current availability in а base measurement unit. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required] | |
| EnterpriseCompany | Тhe Enterprise Company, for which the quantities are calculated. [Required] [Filter(multi eq)] | |
| FromDate | Тhe date from which the available to promise quantity is valid. [Required] [Filter(eq;ge;le)] | |
| IsGhost |
Returns true when the object is a ghost object
(Inherited from ViewDomainObject.) | |
| ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| Lot | The Lot, for which the quantities are calculated. [Filter(multi eq)] | |
| MovementsBase | The sum of the quantity of all planned stock movements on this date in а base measurement unit. . [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required] | |
| MovementsToDateBase | 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] | |
| NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) | |
| Product | The Product, for which the quantities are calculated. [Required] [Filter(multi eq)] | |
| ProjectedAvailabilityBase | 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] | |
| Repository | Provides access to AvailableToPromiseByLotsRepository repository methods | |
| Store | The Store, for which the quantities are calculated. [Required] [Filter(multi eq)] | |
| Transaction |
The transaction to which this object is attached
(Inherited from DomainObject.) |
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified object is equal to this instance.
(Inherited from DomainObject.) | |
| GetHashCode |
Returns a hash code for this instance.
(Inherited from DomainObject.) | |
| ToString |
Returns a String that represents this instance.
(Inherited from DomainObject.) | |
| TryGet |
Tries to get the specified attribute and returns it or null, when it is not found.
(Inherited from DomainObject.) |
| Name | Description | |
|---|---|---|
| FormatString |
Converts the object to string based on the format specified.
(Defined by FormatStringExtensions.) |