Hello, I’m from Invenzi developer’s team an enterprise from Brazil that owns a Access Control software called Invenzi W-Access.
We are software partner and we are developing many projects with our relationship.
Today we have an integration with SDK MIP to send Access Control events from our software to XProtect.
We are handling with a monitoring cities project in Rio de Janeiro that includes processing from Milestone, Invenzi and NTechLab.
NTechLab maintain a database of people and cars of interesting, Invenzi receives these events and send that to Milestone for monitoring.
We need to transform our integration to show in milestone events like the image attached, if is possible with MIP SDK Plugins ok, or if necessary we can change the integration too.
So how do I get something similar to the image from events generating by my software?
When creating your own views I recommend you explore the Smart Client View & Windows tool plugin sample. https://developer.milestonesys.com/s/article/Exploring-the-MIP-SDK-Tool-View-and-Window-Tool
You will have to develop your own view Item to display “Info from dossier”, many samples does this, but perhaps also try to use the plugin template to get a feel for how it looks before you add your content. https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/plug-in_development.html&tree=tree_1.html
I have an idea that the scenario you want might fit the sample Smart Client Dynamic View plugin sample, it shows you how to create a new view for a user working on the Alarm list. https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/dynamicview/readme.html&tree=tree_1.html
It might however also be relevant to review this sample as first. https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/alarmpreview/readme.html&tree=tree_1.html