{
"orchestrations": [
{
"name": "JDE_ORCH_Sample_UpdateMeterReadings",
"description": "This orchestration invokes the JD Edwards EnterpriseOne Speed Meter Readings application (P12120U) to update the New Fuel Meter Reading and New Hour Meter Reading for a specified Equipment Number. This orchestration requires that a white list entry for the incoming EquipmentNumber is set up in the JD Edwards EnterpriseOne Cross-Reference application (P952000).",
"inputFormat": "JDE Standard",
"inputs": [
{
"name": "EquipmentNumber",
"type": "String"
},
{
"name": "NewFuelMeterReading",
"type": "Numeric"
},
{
"name": "NewHourMeterReading",
"type": "Numeric"
}
]
},
{
"name": "JDE_ORCH_Sample_AddConditionBasedAlert",
"description": "This orchestration invokes the JD Edwards EnterpriseOne Condition-Based Alerts Revisions application (P1311) to create a condition-based alert (alarm or warning) when a temperature or vibration threshold is exceeded. The temperature and vibration thresholds that trigger warnings and alarms can be modified by editing the orchestration rules. This orchestration requires that two cross-references are set up in the JD Edwards EnterpriseOne Cross-Reference application (P952000): (1) a cross-reference from the incoming sensorID to the JD Edwards Equipment Number and Measuement Location; and (2) a cross-reference between the Equipment Number and the alarm and warning recipients who should receive the alerts for that equipment.",
"inputFormat": "JDE Standard",
"inputs": [
{
"name": "SensorID",
"type": "String"
},
{
"name": "Date",
"type": "Milliseconds"
},
{
"name": "Time",
"type": "String"
},
{
"name": "VibrationReading",
"type": "Numeric"
},
{
"name": "TemperatureReading",
"type": "Numeric"
}
]
},
{
"name": "JDE_ORCH_Sample_UpdateEquipmentLocation",
"description": "This orchestration invokes the JD Edwards EnterpriseOne Work with Equipment Locations application (P1704) to update the latitude, longitude, and elevation for a specific Equipment Number. This orchestration requires that a cross-references is set up in the JD Edwards EnterpriseOne Cross-Reference application (P952000) to cross-reference the incoming deviceID to the JD Edwards Equipment Number.",
"inputFormat": "JDE Standard",
"inputs": [
{
"name": "CustomerNumber",
"type": "String"
},
{
"name": "SiteNumber",
"type": "String"
},
{
"name": "DeviceID",
"type": "String"
},
{
"name": "Latitude",
"type": "String"
},
{
"name": "Longitude",
"type": "String"
}
]
}
]
}