This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Adding executable to MFiles Admin Tools App

Hi, 

I'm currently doing an internship in a company using M-FIles. I'm new to programming and would just need some help to know if what they're asking is possible...

I have created a windows form app using the M-Files API, and I would now need to add the executable to the M-FIles Admin Tools app, in the Login Accounts menu.

I've looked at the UI Extensibility Framework documentation, but it only talks about adding elements to M-Files, not to admin tools, in the M-Files/(version)/Client/Apps/(GUID)/sysapps.

Would I need to put my code in the M-Files/(version)/ServerTools ?

Being almost a beginner, a lot of all of this seems a bit vague... ;)

Thank you in advance for your answer ! 

Parents Reply Children
  • So, a couple of things to mention...

    • If your company reaches out to their reseller, we may have better/automated ways to manage this.
    • If you want to do this yourself then you can, but I would strongly recommend writing a vault application to do this.  It could react when events fire in the vault (e.g. when a user is added or removed from a group), for example.