Click or drag to resize

BatchReceivingPartId Property

For receiving type batches (BatchType == BatchType.Receiving), the 128-bit unique identifier of the InternalPart associated with the batch. When creating new batches, this property must contain a valid InternalPart Id corresponding to the internal part number of the part being received.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public Nullable<Guid> ReceivingPartId { get; set; }

Property Value

Type: NullableGuid
See Also