Click or drag to resize

Lot Properties

The Lot type exposes the following members.

Properties
  NameDescription
Public propertyBlockedForDocument
If non-null, contains the document for which the lot is blocked. [Filter(multi eq)]
Public propertyBlockedForParty
Non-null when the warehouse lot is blocked specifically for some party. [Filter(multi eq)]
Public propertyCertificateDocument
Document, containing the certificate for this lot. [Filter(multi eq)]
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDescription
The description of this Lot.
Public propertyExpiryDate
Expiry date for this lot.
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
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 propertyLicenseNo
The license number for this lot. Null when license number is N/A or unknown.
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 propertyNumber
The unique number of the Lot. May contain characters, if required. [Required] [Filter(eq;like)]
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyProduct
The product to which the lot is bound. [Required] [Filter(multi eq)]
Public propertyProductionBatchId
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)]
Public propertyPurchaseLotNumber
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)]
Public propertyReceiptDate
The date of the first receipt of products in this lot. [ReadOnly]
Public propertyReceiptStoreTransaction
The store receipt transaction, which created the lot. null if the lot is manually created. [Filter(multi eq)]
Public propertyRepository
Provides access to LotsRepository repository methods
Public propertyStatus
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)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Top
See Also