Looking to see if there is monitor that could report out when Connection Points, Data Flows, etc. are changed and by whom?
ION does expose RESTful web services that allow you to query things like connection point definitions. Those queries do contain last updated date and by whom. I can see a custom solution where you run those queries daily looking for changes. There might also be a built-in way, but I am not familiar with it. That would be pretty slick if ION used ION to report any changes in ION. I am not familiar with an BODs that are triggered from changes in ION. If there WERE then you could definitely setup monitors for those BODs.
Here's a sample URL for querying connection points using ION API:
mingle-ionapi.inforcloudsuite.com/TENANT/IONSERVICES/connect/model/v1/connectionpoints
Sample output:
[ { <span class="hljs-attr">"name": "DemoWS-AnyJSON-NoMapping", <span class="hljs-attr">"type": "ION_API", <span class="hljs-attr">"connectorType": "infor.api", <span class="hljs-attr">"logicalIdType": "infor.api", <span class="hljs-attr">"logicalId": "infor.api.demows-anyjson-nomapping", <span class="hljs-attr">"lastUpdatedBy": "Shannon Fleming", <span class="hljs-attr">"lastUpdatedOn": "2022-03-14T13:04:08.833Z", <span class="hljs-attr">"enterpriseLocation": "" }, { <span class="hljs-attr">"name": "SelectVendor", <span class="hljs-attr">"type": "ION_API", <span class="hljs-attr">"connectorType": "infor.api", <span class="hljs-attr">"logicalIdType": "infor.api", <span class="hljs-attr">"logicalId": "infor.api.selectvendor", <span class="hljs-attr">"lastUpdatedBy": "Shannon Fleming", <span class="hljs-attr">"lastUpdatedOn": "2022-02-28T13:56:44.393Z", <span class="hljs-attr">"enterpriseLocation": "" },
Check out the swagger docs in ION API under Infor ION to see all of the available APIs
Shannon's suggestions are pretty much the only options now. We are right now busy with building a Health Service, that can be used to alert such internal/ system events. I will add this use case to the requirement. Thank you both.
Thanks for your responses, I will try these options and look forward to future alerts.
in MT is not possible unless You have access to Sql Server...