Changing alarm plugin positioning and sending ExtensionDataObject

I’m currently developing Milestone alarm plugin with data populated from AnalyticEvent. I have some questions.

  1. Can the positioning/layout of items in this alarm preview be changed somehow? (see image for more information)
  2. Can Snapshot image in SnapshotList be hidden (so its not shown in Milestone by default)?
  3. Can I include some extra data to AnalyticEvent? Can this be done via ExtensionDataObject and if yes, how?

Thanks

Hi.

1. Unfortunately no, however there is SmartClient Workspace sample and this may help you.

https://doc.developer.milestonesys.com/html/index.html?base=samples/scworkspace.html&tree=tree_search.html?search=smart+client+workspace

2. No. But if you implement your own workspace then it would be possible but it requires a lot of work.

3. You can use Properties for including some extra data. But it can not be done via ExtensionDataObject.