Mendix Shrepoint Module

0
Hi Everyone,   I'm trying to get to grips with the Sharepoint Module in the Mendix Marketplace. I've managed to install it and added the browser snippet to the page and have set up an app in Azure with the relevant permissions. As usual though, the documentation that goes along with these sorts of things has made some assumptions - it says create an Authorization through the Microsoft Grpah module, but it doesn't explain how or point to any other documentation as to how it needs that to be created.    When I add the Explorer snippet to the page I get 104 errors that all end in 'no longer exists' - like it was epecting something to already be created / configured - but that's a step I seem to have missed.   Has anyone got any more experience in this area that can point me in the right direction?
asked
2 answers
0

You likely need to import and configure the Microsoft Graph Connector module in your Mendix project.

After that create an OAuth 2.0 authorization using your Azure app credentials.

answered
0

Thanks Peter,

 

I've managed to wrestle my way through the Graph Connector Import (although I'm not clear on how I use that just yet) and have solved an issue about some layouts being missing but am now left with another couple of errors that say 'The selected parameter 'MicrosoftGraph.Rule_StatusCodeResponse_Unauthorized.HttpResponse' no longer exists.

 

I looked this up and found another community post about this and the author said they looked at the domain model and changed a few things but didn't expand on what they changed. 

 

Any further insight sould be awesome.

 

Thanks!

answered