fsreqTFSCut Class

Processes a Take From Stock (Cut). Either CutListItemID or CutListSerialNumber must be specified. Either InventorySerialNumber or (PONumber AND HeatNumber) must be specified.
Inheritance Hierarchy

Namespace:  FabSuiteRequestApi
Assembly:  FabSuiteRequestApi (in FabSuiteRequestApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-request-v0108.xsd")]
public class fsreqTFSCut : fsreqCommand

The fsreqTFSCut type exposes the following members.

Constructors
  NameDescription
Public methodfsreqTFSCut
fsreqTFSCut class constructor
Top
Properties
  NameDescription
Public propertyAdditionalDrop
Additional drops generated by TFS Cut
Public propertyAPILog
Indicates if this command should be logged to the database. The command must be of a type that supports logging to the database in order to take effect. Currently the commands supporting this option are: TFSCut
(Inherited from fsreqCommand.)
Public propertyBillOfLadingNumber
B/L # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
Public propertyCommandGUID
A GUID identifying this particular XML command. If a command fails due to a communication failure the client has no way of knowing if it has been processed. Each command that makes changes (as opposed to just retrieving data) will check the CommandGUID against the GUIDs that have already been processed. If the GUID has already been processed then it will not be re-processed and instead return with an error. This allows the client to saftely re-try a failed command without risking unintended changes.
(Inherited from fsreqCommand.)
Public propertyCountryOfOrigin
Country of origin of the inventory stock used. Has no effect if InventorySerialNumber is specified.
Public propertyCutAll
true - Cut all parts even if they did not match the filter specified by the cut list. false - Only cut the parts that match the cut list filter.
Public propertyCutListItemID
Unique ID of the cutting detail on a cut list.
Public propertyCutListSerialNumber
Serial number from the FabSuite report: Shop PC/PO Cutting List w/ Barcodes.
Public propertyDropJobReserve
Job # that the drop should be reserved for.
Public propertyDropLength
Length of drop from TFS Cut
Public propertyDropLocation
Location of drop from TFS Cut
Public propertyDropSecondaryLocation
Secondary Location of drop from TFS Cut
Public propertyDropSerialNumber
The stock serial # to use for the drop.
Public propertyDropWidth
Width of drop from TFS Cut
Public propertyExternalNestID
Index into ExternalNests table for nest being cut.
Public propertyHeatNumber
Heat # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
Public propertyHeatSerialNumber
Heat Serial # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
Public propertyInventorySerialNumber
Serial number of the inventory stock used.
Public propertyLocation
Inventory location of the inventory stock used. Has no effect if InventorySerialNumber is specified.
Public propertyNestID
Nest ID or barcode for nest being cut.
Public propertyOverrideExternalNestDrop
If true, takes the info in drop width/length as rectangular drops rather than info in External Nest Result Remnant.
Public propertyPartNumber
Inventory part # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
Public propertyPartSerialNumbers
Serial numbers of parts cut.
Public propertyPieceTrackingBatchID
Batch of work.
Public propertyPieceTrackingHours
Number of hours to complete the work.
Public propertyPieceTrackingUsername
Employee that completed the work.
Public propertyPONumber
PO # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
Public propertyQuantity
Quantity to cut.
Public propertySecondaryLocation
Inventory secondary location of the inventory stock used. Has no effect if InventorySerialNumber is specified.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next