cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Fiori Launchpad application with Role base Feature tiles

prashant9444
Advisor
Advisor
0 Kudos

Hi,

I have a little bit confused on how to structure SAPUI5 application for Fiori Launchpad,

My prototype having 3 roles, Manager, Employee, Global Head

Manager having three features like Create Project and View Projects and View My Profile

An employee having only on feature View My Profile

Global Head having View Projects and View My Profile

Currently, I have created a single SAPUI5 application having all features.

I deployed application to Fiori Launchpad, But I can see only one title for whole application,

How I can create FLP tiles for all my above listed features?

Should I have to create multiple applications which having feature wise code and then deploy to FLP?

Can anyone help me on this, What is correct way

Thanks,

Prashant

Accepted Solutions (0)

Answers (2)

Answers (2)

meghalshah
Explorer
0 Kudos

1. Make one table maintain SignIS in that. (Ex. Userid, Role and process)

2. enable the control based on that SingIS logic. (Build the logic in the ODATA to validate the SignIS)


Regards,
Meghal Shah

gregorw
Active Contributor
0 Kudos

You could create different tiles pointing to different semantic navigation target but calling the same application. In the app you then have to react accordingly. But I hope you also make this difference also in the backend service.

prashant9444
Advisor
Advisor
0 Kudos

Thank you Gregor,

Can you please point me to some blog or some example, in which different semantic navigation target are created whithin the same application