fsreqValCutListItem Class |
Validates that a cutting detail and inventory stock is valid.
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 fsreqValCutListItem : fsreqCommand
The fsreqValCutListItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsreqValCutListItem | Initializes a new instance of the fsreqValCutListItem class |
Properties
Name | Description | |
---|---|---|
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.
| |
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.
| |
ExernalNestID |
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.
| |
IncludeCNCData |
true - CNC data will be retrieved for the parts on the cutting detail.
Has no effect if IncludeCutListItemParts=false.
| |
IncludeCutListItemParts |
true - Information on the parts in the cutting detail will be retrieved.
| |
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.
| |
PartNumber |
Inventory part # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
| |
PONumber |
PO # of the inventory stock used. Has no effect if InventorySerialNumber is specified.
| |
SecondaryLocation |
Inventory secondary location of the inventory stock used. Has no effect if InventorySerialNumber is specified.
| |
ValidateForCut |
true - Does an extra step of validation to make sure that the inventory material is in stock and ready to be cut.
|
See Also