erdomke / InnovatorAdmin

A tool for managing Aras Innovator installations focusing on improving the import/export experience.
http://erdomke.github.io/InnovatorAdmin/
MIT License
58 stars 42 forks source link

Add Context actions to TOC items #75

Closed rneuber1 closed 8 years ago

rneuber1 commented 8 years ago

It would be nice to right-click on an itemtype in the TOC and get the actions "Get" and "Add" which would create the appropriate AML-Statement: Example: CAD->Right Mouse Click->Get adds <Item type='CAD' action='get'></Item>

image

And for a Relationship Element, it would add the complete Relationship Query:

image

erdomke commented 8 years ago

Most of the way there. I will have to think on the Relationship query idea.

erdomke commented 8 years ago

I think the modifying the current query with relationships will be too complex. Therefore, I am going to close this given the current functionality for now.