Click or drag to resize

StartResult Class

Represents the results of a "start" type tracking operation.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsStartResult

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class StartResult

The StartResult type exposes the following members.

Constructors
  NameDescription
Public methodStartResult
Initializes a new instance of the StartResult class
Top
Properties
  NameDescription
Public propertyBatchId
If the operation was successful, a 128-bit unique identifier for the batch the newly started items are active in.
Public propertyIsExistingTransaction
A boolean value indicating whether or not the TransactionId returned by the start operation represents a pre-existing open transaction.
Public propertyIsRejectedBatch
Indicates that the Batch associated with the start operation has been marked as rejected. This only applies to Batches representing material recipts (GRN's).
Public propertyResultCode
An enumerated value describing the detailed result of the start operation.
Public propertyResultType
An enumerated value describing the overall success or failure of the start operation.
Public propertyTrackingItems
A list of TrackingItems describing the items that were started.
Public propertyTransactionId
If the operation was successful, a 128-bit unique identifier for the newly opened transaction. If a pre-existing open transaction already exists for this Item at this operation, the Id of the existing transaction will be returned. This Id may be used by subsequent calls to record data against the transaction, and to pause or complete (finish) the transaction.
Top
See Also