on 2015 Dec 16 11:02 AM
Dear all,
Fiori Launchpad- FLPResources Customization is required.please tell me the process.I need to implement some of the functionality.
Example:-
Idle timeout,i need to block the refresh option for users once refresh done i need to logoff the user .
The above functionality are i done in AJAX Masthead.But now i am using the SAPUI5 applications and Fiori Launchpad.So my client is required those functionality.
I am trying the customization for FLPResources war file.But i am unable to understanding this logic,Here some many .js files and two jar files are there.
I created the portal application.i de-complied the jars and i took the code.But i am unable to find this class/jar.
import com.sap.portal.prt.broker.IPortalModuleBroker;
import com.sap.portal.prt.broker.PortalAppBroker;
import com.sap.portal.prt.broker.PortalModuleItem;
1. Suppose this is possible means are not..? And any problems i will face are not..?
2. This process is good for customization for Fiori Lanchpad.?
Please tell me the process or any other way i can achieve or not..?
Thanks and Best regards,
Durga Rao V.
Request clarification before answering.
Thanks for support in scn.
Finally,I got the solution.Now i can able to change the Fiori Lanchpad .
var objShell = sap.ui.getCore().byId("shell");
var shellheadUseritem=objShell.getUser();
shellheadUseritem.attachPress(myfunction);
myfunction()
{
var userPrefrence=sap.ui.getCore().byId("userPreferencesButton");
userPrefrence.setVisible(false);
}
Thanks & regards,
Durga Rao.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Durga,
How did you make it to work ? I used the below url to create a plugin. But its not showing up in the flp launchpad. Did you create a regular UI5 project with and just added ur code in Component.js ? Should we do anything other than whats mentioend in the below url ?
Hi Askash,
I worked the following url.
Extending the Launchpad - SAP Fiori Launchpad - SAP Library
After that i can able to change the custom fiori lanchpad.
User | Count |
---|---|
53 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.