ReceivedMaterialReceivingNumber Property |
The unique identifier generated by the ERP system representing this material receipt. This is known
as a GRN number (Goods Receipt Number) within FactoryLogix, but is also known as a Goods Receipt Note.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string ReceivingNumber { get; set; }
Public Property ReceivingNumber As String
Get
Set
public:
property String^ ReceivingNumber {
String^ get ();
void set (String^ value);
}
member ReceivingNumber : string with get, set
Property Value
Type:
StringSee Also