Lot Properties |
The Lot type exposes the following members.
Name | Description | |
---|---|---|
![]() | BlockedForDocument | If non-null, contains the document for which the lot is blocked. [Filter(multi eq)] |
![]() | BlockedForParty | Non-null when the warehouse lot is blocked specifically for some party. [Filter(multi eq)] |
![]() | CertificateDocument | Document, containing the certificate for this lot. [Filter(multi eq)] |
![]() | ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) |
![]() | CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) |
![]() | Description | The description of this Lot. |
![]() | ExpiryDate | Expiry date for this lot. |
![]() | 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.) |
![]() | LicenseNo | The license number for this lot. Null when license number is N/A or unknown. |
![]() | 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.) |
![]() | Number | The unique number of the Lot. May contain characters, if required. [Required] [Filter(eq;like)] |
![]() | ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) |
![]() | Product | The product to which the lot is bound. [Required] [Filter(multi eq)] |
![]() | ProductionBatchId | Non-null if the production batch is known. Production batches are automatically created for internal production, but can also be used for specifying production batches for purchased goods. [Filter(multi eq)] |
![]() | PurchaseLotNumber | Identification of the purchase lost with which the products from this store lot are received. E.g. the document number of the Receiving order. [Filter(like)] |
![]() | ReceiptDate | The date of the first receipt of products in this lot. [ReadOnly] |
![]() | ReceiptStoreTransaction | The store receipt transaction, which created the lot. null if the lot is manually created. [Filter(multi eq)] |
![]() | Repository | Provides access to LotsRepository repository methods |
![]() | Status | Status of the warehouse lot. Minus statuses describe blocked conditions. -3 blocked for document (sales or service order) -2 blocked for party -1 blocked for inspection 0 free to use. [Required] [Default(0)] [Filter(multi eq)] |
![]() | Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |