Smart people-
Scenario is as follows:
We have opted to use a webform to send an email with the message prioritycode used in the web form- email EntityType (Microsoft.Dynamics.CRM) | Microsoft Docs
prioritycode | Edm.Int32 |
Priority of the activity. Display Name: Priority Default Options
|
Currently, configurations are in-place to auto create a case and reply back to Sender with a default response and this works successfully.
The question is are you able to query off of the prioritycode for a message (low, normal and high) to represent priority of case (low, medium, high) and auto create case based on the prioritycode of message? If so how did you configure?
Thank you in advance for your assistance.