LotProductionBatchId Property |
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)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> ProductionBatchId { get; set; }
Public Property ProductionBatchId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ ProductionBatchId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member ProductionBatchId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also