Hello:
I need to insert a value to the prioritycode field of Entity Incident
caso.Attributes["prioritycode"] = 2;
In docs.microsoft.com this is the type of prioritycode
prioritycode | Edm.Int32 |
Select the priority so that preferred customers or critical issues are handled quickly. Display Name: Priority Default Options
|
When I go to insert I get this error
Incorrect attribute value type System.Int32