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.
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
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
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.
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 helpsBut I suggest again going through the Course on a guided path to have a clarity of these.\
ThanksTousif KHan
You don't need to apply link to every individual apply it once you will get the result for the entire column.
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
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.
Supriya