Click or drag to resize

BlockMaterialsRequest Class

A request to block one or more particular lots or instances of material from use in production.
{
  "MaterialPackageIdentifiers": [
    "MAT4566556456",
    "MAT4566554543"
  ],
  "Reason": "SuspectedProblem",
  "Comments": "Suspected Bad Lot of Parts",
  "Blocker": {
    "OperatorIdentifier": null,
    "ActorType": "Human",
    "FullName": null,
    "LastName": null,
    "FirstName": null,
    "LoginName": null
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.ManagementBlockMaterialsRequest

Namespace: CFX.Materials.Management
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class BlockMaterialsRequest : CFXMessage

The BlockMaterialsRequest type exposes the following members.

Constructors
 NameDescription
Public methodBlockMaterialsRequest Default Constructor
Top
Properties
 NameDescription
Public propertyBlocker The person responsible for initiating this block (optional)
Public propertyComments Human readable comments describing the nature of the block (optional)
Public propertyMaterialPackageIdentifiers A list of the unique identifiers of the material packages to be blocked
Public propertyReason An enumeration describing the reason for the block
Top
See Also