Hi,
I have create a plugin for an incident, for when it is marked and an Incident or request it posts to my external service, all works well, however when I try and get the Incident Description there is no key there:
myCase.description = entity.Attributes["description"].ToString();
I have debugged the plug in and as suspected there is no description Attribute, everything else works fine, am I missing something.
The plugin Stage in "On Create" of "Incident" and is Post-Operation and Synchronise on Server. After the stage I have a POST image. Any ideas as to why I am not getting the description field through?
*This post is locked for comments