I have an MDK app which I want to be accessible through a tile. Following deployment of my app to cloudFoundry I added a Launchpad module using the yeoman tool within the MDKClientFactory directory:
yo @sapflp/launchpad-module
I then added a crossNavigation property in the manifest.json and managed to add this to the flp module CommonDataModel.json using the wizard.
I then built the mta manually and deployed it. When opening my approuter I saw the tile and when clicking on it got an error that it was unable to find the app, this is something I've come across before when deploying CF apps and is usually related to an incorrect security configuration somewhere.
Has anyone else tried this and succeeded?