InternalPartReceivingProcessID Property |
The ID of the FactoryLogix Receiving Process to be used for accepting this part into the factory
as a new raw material. Typically, Receiving Processes are used for IQC (Incoming Quality Control)
purposes, environmental conditioning, or other processes that must be undertaken for this part
whenever a shipment is received at the factory.
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> ReceivingProcessID { get; set; }
Public Property ReceivingProcessID As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> ReceivingProcessID {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member ReceivingProcessID : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also