Click or drag to resize

CFX.InformationSystem.OperatorValidation Namespace

CFX Topic implemented by enterprise information systems (such as an MES or ERP system) that are capable of validating operators qualified to perform certain tasks.
Classes
 ClassDescription
Public classValidateOperatorRequest Request that an operator take action now or be responsible for a process endpoint. The opposite endpoint can accept or reject this. Can be used if the MES has advanced user management. Multiple operators must be requested separately.
{
  "Operator": {
    "OperatorIdentifier": "42b7a5cc-3bbd-4010-8a01-1c5851b9a2a3",
    "ActorType": "Human",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  }
}
Public classValidateOperatorResponse Response to a request that the operator's login was successful or not.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}