Solved

Adding Lobby page with a parameter as a custom button(navigation link)

  • 6 November 2023
  • 4 replies
  • 159 views

Userlevel 2
Badge +7

Has anyone added a lobby page as a navigation from a page in cloud 22r2?

I am trying to add Customer360 as a custom button from case but I do not see the customer 360 page in the navigation link drop down

 

 

icon

Best answer by Charith Epitawatta 7 November 2023, 09:15

View original

4 replies

Userlevel 7
Badge +31

Hi @ashenfdo,

Navigation Link type commands allow you navigate between pages. You can use an “External Navigation Link” instead and provide the URL shown in the address bar of the browser when you load the Customer 360 lobby page instead. 

Eg: 

Make sure to remove the highlighted part of the URL that starts with ;path when adding the URL to the External Navigation Link command. 

You can find the documentation on Custom Commands here:

https://docs.ifs.com/techdocs/23r1/040_tailoring/225_configuration/200_client_configurations/300_commands/

Hope this helps!

Userlevel 2
Badge +7

Hi Charith, 

in the external navigation link you cant give parameter right/ We need to load data for a specific customer 

 

Userlevel 7
Badge +31

Hi @ashenfdo,

You can use Page Parameters in External Navigation Links too now. Please have a look at this documentation:

https://docs.ifs.com/techdocs/23r1/040_tailoring/250_lobby_configurations/080_navigation/#supported_navigation_parameters

In your case, the URL would be similar to following:

https://<host>/main/ifsapplications/web/lobby/f832a693-c978-4f91-8f13-03cb3681844b;pageParams=CUSTOMER_ID:$[CustomerId],COMPANY:$[CompanyId]

Example:

  1. Create the command with pageParams in the link. Notice that I have hardcoded the COMPANY below because the form I have used for the custom command does not have an attribute named company. 
  1. Click on the newly created custom command. Notice the customer ID highlighted.
     

     

  2. Lobby Page will be opened and will have the Customer ID correctly set as we set in PageParams.  

     

Hope this helps!

Userlevel 2
Badge +7

Thanks  a lot @Charith Epitawatta  this worked

Reply