Click or drag to resize

RecipeModified Class

Sent by a process endpoint to indicate that a change has been made to a specified named recipe.
{
  "RecipeName": "RECIPE3234",
  "Revision": "D",
  "ModifiedBy": {
    "OperatorIdentifier": "95739c63-7e59-481b-a597-627cb843c8f4",
    "ActorType": "Human",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  },
  "Reason": "PositionalCorrection",
  "Notes": null
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionRecipeModified

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class RecipeModified : CFXMessage

The RecipeModified type exposes the following members.

Constructors
 NameDescription
Public methodRecipeModified 
Top
Properties
 NameDescription
Public propertyModifiedBy The operator who performed the modification. (optional)
Public propertyNotes Any additional notes provided by the user who performed the modification.
Public propertyReason The reason for the modification.
Public propertyRecipeName The name of the recipe (may include full path, if applicable)
Public propertyRevision Version number, e.g. “2.0” (Optional)
Public propertyWorkOrderIdentifier

** NOTE: ADDED in CFX 1.6 **

Identifies the Work Order (or Batch) that is related to the modified recipe.
Top
See Also