fsreqGetProductionControlJobs Class

Retrieves a concise list of Production Control jobs.
Inheritance Hierarchy
SystemObject
  FabSuiteRequestApifsreqCommand
    FabSuiteRequestApifsreqGetProductionControlJobs

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 fsreqGetProductionControlJobs : fsreqCommand

The fsreqGetProductionControlJobs type exposes the following members.

Constructors
  NameDescription
Public methodfsreqGetProductionControlJobs
fsreqGetProductionControlJobs class constructor
Top
Properties
  NameDescription
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 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 propertyGroupName
GroupName to restrict the result to.
Public propertyGroupName2
GroupName2 to restrict the result to.
Public propertyIncludeClosedJobs
If false or not specified, then only open production control jobs will be returned.
Public propertyJobNumber
Job # to restrict the result to.
Public propertyOnlyContainingCutLists
If true, then only production control jobs that contain at least one uncut and not-invalidated cut list will be returned. Also, number of cut lists job contains will be added to response.
Public propertyOnlyLinkedToProject
If true, then only production control jobs that are linked to a project management job will be retrieved.
Public propertyProductionControlID
ProductionControlID to restrict the result to.
Public propertyUseLastGroups
Use the last GroupName and GroupName2 selections that the current user set in FabSuite to restrict the result.
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