Need an Event Picker

Hi,

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.

Can you suggest me the right option ?

Many thanks

Config API Client sample might be helpful, please explore it.

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configapiclient/readme.html&tree=tree_2.html

Hi Rie,

Thank you for your sugestion, a took a look at Config API Client sample, but I still have some questions:

  1. 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?
  2. 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

Many Thanks

Hi Roberto,

  1. Yes.

2. Yes, that is right. It is not easy but that’s what we suggested and there’s no easy way to do it.