cancel
Showing results for 
Search instead for 
Did you mean: 

Run an Launchpad plugin and an Fiori application in the SAP Fiori Launchpad Sandbox

JeremyCoppey
Explorer

Hi all

I have a launchpad plugin and 1 fiori application in my webide workspace.

How can I run both of them in one "Run as SAP Fiori Launchpad Sandbox" config?

I'm playing around with a fioriSandboxConfig.json that I have in my plugin project. I noticed I can add applications to it.

It creates a tile but the problem is what would be the URL of that application (now I just copied the url from the plugin and changed it to the app name?

{
	"applications": {
		"ZPERMUTATION-display": {
			"additionalInformation": "be.x.hr.permutations",
			"applicationType": "URL",
			"url": "../../../../../permutations/webapp",
			"title": "Permutations",
			"description": "Permutations"
		}
	},
	"bootstrapPlugins": {
		"usersettingsflpplugin": {
			"component": "be.x.usersettigsflpplugin",
			"url": "../../../../../webapp"
		}
	}
}

Accepted Solutions (0)

Answers (0)