ForecastItem Properties |
The ForecastItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) | |
| Country | The country for which the forecast is made. When null, the forecast is country neutral. [Filter(multi eq)] | |
| Customer | The customer for which the forecast is made. When null, the forecast is not for any specfic customer. [Filter(multi eq)] | |
| CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) | |
| Date | The date for which the sales is forecasted. When forecasting for a period, this contains the first date of the period. [Required] [Filter(ge;le)] | |
| Dealer | The dealer for which the forecast is made. When null, the forecast is not for any specfic dealer. [Filter(multi eq)] | |
| ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) | |
| Id |
The unique Id of the entity object
(Inherited from EntityObject.) | |
| IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) | |
| IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) | |
| 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.) | |
| 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.) | |
| ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) | |
| Product | The product for which the forecast is made. [Required] [Filter(multi eq)] | |
| Quantity | The forecasted sales quantity in the base measurement category of the product. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required] [Default(0)] [Filter(ge;le)] | |
| Repository | Provides access to ForecastItemsRepository repository methods | |
| SalesPerson | The sales person for which the forecast is made. When null, the forecast is not for any specfic sales person. [Filter(multi eq)] | |
| Store | The store which is expected to sell the products. [Required] [Filter(multi eq)] | |
| Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |