97
Views
7
Comments
noobie trying to figure out how to link to another page via text in a table.
Application Type
Reactive

Hi all,

I'm trying to link to other pages within my site through a user input of clicking on text that's with a table i have on a page. i was assuming i could do something similar to a href to link this but i cant seem to to figure out how to exactly do it within Outsystems. so more detail to explain what exactly i am trying, I've got a table filled with service all named and I've a page that links to each entry in the table that hold information for these table entries and I'm trying to link to them via a click here option in the table itself

any advice or help on how to accomplish this would be greatly appreciated. 

data.PNG
app.PNG
pages.PNG
2018-06-05 16-54-03
Maria da Graça Peixoto

Hi! 

https://www.outsystems.com/training/courses/114/developing-web-apps-outsystems-11/

Try to see in lesson"Basic Screen Development I " the video "List and Detail Screens Exercise"  .

This is for traditional but the links work the same way

Graça


2022-07-11 07-49-33
Alka Asnani

Hi

To add a link on click here text Just right click on the click here text and you will something like this 

then click on link to and choose the desired option. 

If you have a static URL click on redirect to url Set the URL property to the URL you want the link to navigate to.


Hope this helps

Thanks 

2022-11-08 11-57-40
Sean Farrell

Hi Alka,

this does help but within the development application my table only shows one result so i can't link like this for each option as of now. (see image below) is there away to have all the results show here like it does while live in browser, to then allow me to individually link like this. as this would be the simplest option if possible. 

2023-10-21 19-42-11
Tousif Khan
Champion

Hello, This first thing go through the Guided path and complete the course so that you have a good idea of how we can work on these things.

Now coming back to your questions - 

To achieve this you need to create another screen that will show the detail of the record on which you have clicked, this data will be filtered based on its identifier.

And as you asked that it is showing only one record on a Service Studio, If you will apply a link on the table record here at the service studio, it will reflect on all the records on the client side.

I hope this helps
But  I suggest again going through the Course on a guided path to have a clarity of these.\

Thanks
Tousif KHan

2022-07-11 07-49-33
Alka Asnani

You don't need to apply link to every individual apply it once you will get the result for the entire column.

2018-06-05 16-54-03
Maria da Graça Peixoto

In Development you only have one line , this line is the "model" for the lines that will be shown in the screen.

In the screen each line will be filled up with the content of the current record from the list assign to the table. So if the link depends on a value from the the list it will point to different place in each line according with the correspondent list record content. 

Regards

Graça

2021-06-14 08-03-27
Supriya Bawali

Hi 

https://www.outsystems.com/forums/discussion/77762/link/

I think all the suggestions in this discussion may help you out.

This can we achieved with a list of onClick on the line and a text with a link. 

Hope this helps 

Supriya

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.