I'm currently developing an Add-In for SharePoint Online. This Add-In should add a new content-type in SharePoint and create some custom open and edit actions. When someone opens a document with that content-type, SharePoint should redirect the user to another application, passing the item id along. How do I achieve this? All the tutorials online state that I have to put an .ascx file on the server, which cannot be done in SharePoint Online...
Does someone have a clue? Can someone give me any direction?
Thanks!