Solved

Open dynamically a page

  • 15 September 2023
  • 2 replies
  • 30 views

Userlevel 2
Badge +9

Hello.

On a custom page, is that possible to open in a dynamic way another custom page?

I meant, I would like to realize something like this :

  1. if CF$_MyField = “a”, then open PageA
  2. if CF$_MyField = “b”, then open PageB
  3. ect

Either via a zoom or via a custom menu.

Thanks

 

icon

Best answer by Charith Epitawatta 15 September 2023, 12:18

View original

2 replies

Userlevel 7
Badge +31

Hi @romsar,

This is not possible at the moment. You can create a command that will navigate to a page and even populate a certain record as you require and that’s about the extent of it. You can find the documentation here:

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

Hope this helps!

Userlevel 2
Badge +9

Hello @Charith Epitawatta 

Thanks for the feedback, I guessed there were no solution about my request, but I least, I have a confirmation.

From what I understand, you are refering about the use of IFS system monitoring ? I have no information of how to connect, I have tried to use the ifsapp account, no success…

About my request, when I explained it wasn’t possible, they changed their idea, and now, I will instead use multiple lobbies.

Reply