cancel
Showing results for 
Search instead for 
Did you mean: 

How to customize, enhance or edit the Standard Fiori App?

lokijana
Participant
0 Kudos
282

Hi Experts,

I'm new to the Fiori Launchpad.

I recently learned how to set up catalogs, target mappings, groups, and roles in PFCG, and how to display tiles to users on the Launchpad.

Now, I want to customize or enhance the UI of a standard Fiori app, such as adding buttons, changing the style of buttons using CSS and etc. How can I do this? How can I access the source code of the app? I can customize my created custom applications in the repository browser -> BSP Application, but I’m unable to do so with standard Fiori apps, such as Fiori app ID F1705.

View Entire Topic
junwu
Active Contributor
0 Kudos

not sure if binding will work or not. but the following should work.

var targetView=YOURJSONMODEL.getProperty("/ojourney")

_self.getRouter().navTo(targetView, {} , true );