ReceivingServicesLabelItem Method |
Creates a new UID in FactoryLogix against the labeling operation in the receiving process
Namespace:
FactoryLogix.xTend.Logistics
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Item LabelItem(
Guid sessionId,
Batch batch,
Item labelledItem
)
Public Function LabelItem (
sessionId As Guid,
batch As Batch,
labelledItem As Item
) As Item
public:
virtual Item^ LabelItem(
Guid sessionId,
Batch^ batch,
Item^ labelledItem
) sealed
abstract LabelItem :
sessionId : Guid *
batch : Batch *
labelledItem : Item -> Item
override LabelItem :
sessionId : Guid *
batch : Batch *
labelledItem : Item -> Item
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 where the labelledItem is receiving - labelledItem
- Type: FactoryLogix.xTend.DataObjectsItem
The Item with based data set, which in going to be received
Return Value
Type:
ItemAn
Item as the full record of the newly created Item, including all generated read-only fields (e.g. ID, ActiveBatchID), as it was recorded into the FactoryLogix database.
Exceptions See Also