DRAG DROP (Drag and Drop is not supported)
You are a Dynamics 365 Field Service functional consultant.
Your organization has recently implemented Connected Field Service (CFS) for Azure IoT Hub. Your organization is using Smart Thermostats to monitor the readings of their cold storage facilities and have registered them as IoT Devices.
If the reading (in Fahrenheit) on the IoT device exceeds 70 degrees, an IoT Alert is generated in CFS.
You need to achieve the following using workflow:
1. If the device reading (in Fahrenheit) is between 70 degrees and 85 degrees, have CFS automatically send a command to remotely reset the device.
2. If the device reading (in Fahrenheit) is greater than 85 degrees, have CFS automatically create a case.
Which three steps should you take in sequence? To answer, move the appropriate actions from the list of steps to the answer area and arrange them in the correct order.
- See Explanation section for answer.
Answer(s): A
Explanation:
Step 1: Execute the JSON-Based Field Value - Get String action to capture the value of the "reading" property.
They are all strings, not numbers.
Step 2: Use the same workflow..
Use a Dynamics 365 workflow to create the Case once the Device Alert has been created by the Azure Logic App.
Workflow can create start Child Workflows: starts a workflow process that has been configured as a child workflow.
Step 3: Write the output value returned to a custom field on the IoT Alert record: for example, Device reading
The IoT providers feature in Connected Field Service allows different IoT vendors to seamlessly integrate their device capabilities within the Dynamics 365 Field Service experience. For example, IoT alerts can appear in the same list, regardless of where the alerts originated.
Reference:
https://docs.microsoft.com/en-us/dynamics365/field-service/cfs-custom-iot-provider
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/configure-workflow-steps
Reveal Solution Next Question