Click or drag to resize

ReceivingServices Class

Provides services which allow API consumers to receive materials into the factory.
Inheritance Hierarchy
SystemObject
  xTendServicesBase
    FactoryLogix.xTend.LogisticsReceivingServices

Namespace:  FactoryLogix.xTend.Logistics
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class ReceivingServices : xTendServicesBase

The ReceivingServices type exposes the following members.

Constructors
  NameDescription
Public methodReceivingServices
Initializes a new instance of the ReceivingServices class
Top
Methods
  NameDescription
Public methodCloseGRN
This method closes GRN batch if it can be closed.
Public methodLabelItem
Creates a new UID in FactoryLogix against the labeling operation in the receiving process
Public methodReceiveMaterials
Records a new shipment of material as received in the system. If a material purchase order is specified and is known to the system, the shipment will be recorded against the appropriate line item. If the received part has a defined receiving process, a receiving batch (GRN) will be generated by the system associated to the appropriate receiving process, and returned by this method. If there is no defined receiving process, the return value of the method will be null.
Top
See Also