CurrentBalance Properties |
The CurrentBalance type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseCost | The cost of the inventory in base currency of the enterprise company. [Currency: EnterpriseCompany.BaseCurrency] [Required] [Filter(ge;le)] | |
| EnterpriseCompany | The enterprise company which issued the document. [Required] [Filter(multi eq)] | |
| 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 | If non-null, contains the specific lot to use for the movement. [Filter(multi eq)] | |
| 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 item that was received/issued. [Required] [Filter(multi eq)] | |
| ProductCost | The cost of the inventory in the products currency. [Currency: Product.CostingCurrency] [Required] | |
| ProductVariant | If specified determines which product variant of the current product in this line is used. [Filter(multi eq)] | |
| QuantityBase | The quantity of the stock received/issued in base measurement unit. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required] [Filter(ge;le)] [ReadOnly] | |
| Repository | Provides access to CurrentBalancesRepository repository methods | |
| SerialNumber | Item serial number for serialized items. null for non-serialized items. [Filter(multi eq)] | |
| Store | The store from which the goods are received or issued. [Required] [Filter(multi eq)] | |
| StoreBin | Store bin, from/to which the transaction was performed. [Filter(multi eq)] | |
| StoreCost | The cost of the inventory in the stores currency. [Currency: Store.Currency] [Required] | |
| Transaction |
The transaction to which this object is attached
(Inherited from DomainObject.) |