ReceivingServicesCloseGRN Method |
This method closes GRN batch if it can be closed.
Namespace:
FactoryLogix.xTend.Logistics
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void CloseGRN(
Guid sessionId,
Batch batch
)
Public Sub CloseGRN (
sessionId As Guid,
batch As Batch
)
public:
virtual void CloseGRN(
Guid sessionId,
Batch^ batch
) sealed
abstract CloseGRN :
sessionId : Guid *
batch : Batch -> unit
override CloseGRN :
sessionId : Guid *
batch : Batch -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - batch
- Type: FactoryLogix.xTend.DataObjectsBatch
The GRN Batch which need to be closed
Exceptions See Also