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
Name | Description | |
---|---|---|
fsreqTFSCut |
fsreqTFSCut class constructor
|
Properties
Name | Description | |
---|---|---|
AdditionalDrop |
Additional drops generated by TFS Cut
| |
APILog |
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.) | |
BillOfLadingNumber |
B/L # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
| |
CommandGUID |
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.) | |
CountryOfOrigin |
Country of origin of the inventory stock used. Has no effect if InventorySerialNumber is specified.
| |
CutAll |
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.
| |
CutListItemID |
Unique ID of the cutting detail on a cut list.
| |
CutListSerialNumber |
Serial number from the FabSuite report: Shop PC/PO Cutting List w/ Barcodes.
| |
DropJobReserve |
Job # that the drop should be reserved for.
| |
DropLength |
Length of drop from TFS Cut
| |
DropLocation |
Location of drop from TFS Cut
| |
DropSecondaryLocation |
Secondary Location of drop from TFS Cut
| |
DropSerialNumber |
The stock serial # to use for the drop.
| |
DropWidth |
Width of drop from TFS Cut
| |
ExternalNestID |
Index into ExternalNests table for nest being cut.
| |
HeatNumber |
Heat # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
| |
HeatSerialNumber |
Heat Serial # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
| |
InventorySerialNumber |
Serial number of the inventory stock used.
| |
Location |
Inventory location of the inventory stock used. Has no effect if InventorySerialNumber is specified.
| |
NestID |
Nest ID or barcode for nest being cut.
| |
OverrideExternalNestDrop |
If true, takes the info in drop width/length as rectangular drops rather than info in External Nest Result Remnant.
| |
PartNumber |
Inventory part # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
| |
PartSerialNumbers |
Serial numbers of parts cut.
| |
PieceTrackingBatchID |
Batch of work.
| |
PieceTrackingHours |
Number of hours to complete the work.
| |
PieceTrackingUsername |
Employee that completed the work.
| |
PONumber |
PO # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
| |
Quantity |
Quantity to cut.
| |
SecondaryLocation |
Inventory secondary location of the inventory stock used. Has no effect if InventorySerialNumber is specified.
|
See Also