I’m developing a new server side plug-in for event management. In the Administration Client I’m creating a configuration interface and I need an Event picker similar to those used in the rule definition interface (see attached image) but I can’t find any object/class useful. I tryed to use ItemPickerForm but it don’t show alla events available in xprotect as I need.
Thank you for your sugestion, a took a look at Config API Client sample, but I still have some questions:
I need to develop a configuration interface inside Management Client for the plug-in. I know that there are some differences in configuration API between external application and server side API. Are you sure that I will have the proper functionalities also in the Administrations Client Environment?
In the end I only need to load the full list of events and event Groups defined in the Server. In the sample I can’t find an easy way to do so; I only found something similar in the rule’s property panel but it seems uses the item properties to obtain the two list in a quite complex way