WPF Converter for Related Config Items
Hi there,
in this tutorial in the first comment "FreemanRU" suggested using a converter to access config-item properties. In my opinion that is not possible, because I was not able to pass the RelatedConfigItems to the converter. It was possible for me to pass any simple data-types (String, Integer or objects like affected user) but not a complex one like RelatedConfigItems. Does anyone tried this as well?
Answers
Are you attempting to create this view in the SCSM Console or in the Cireson Analyst Portal?
It would be difficult in the Console but would be easier in the portal.
In the console, as it is shown in the tutorial. It isn't that difficult, it's easy to bind a String, Integer or the AffectedUser object, only the part of passing RelatedConfigItems making trouble.