Table column in web client should contain a hyperlink to external web site

I select the link option for a column and add a linkInvoke method.
I get the right data in the method in the screen controller, but don’t know how to call the data as a web hyperlink to an external page.
The table is shown in the web client.

Any advice whould be helpful.
Thanks
Steven

Hi,

i had trouble finding that myself some time ago, so here’s the solution: In the controller, you can just call “openWebPage” as it is defined in the Frame interface

Bye
Mario

Hi Mario,

thanks a lot for your hint - this is exact what I was looking for.

Bye
Steven

Hello, Steven.

Another option is to add a generated column and use the Link component. Probably, it will be helpful for you.

Best regards,
Daniil.