520
Views
3
Comments
Solved
Data Grid Column Link (Link to another screen by id)
Question

How do I get an aggregate in a DataGrid to link to another screen by ID?

2019-05-22 11-30-09
Marcelo Ferreira
Solution

Hi Regina,

On the rest that feeds the data grid you need to include a field lets say called URL and then on the data grid you include Grid Column Link that use that field. The Title, here filled with ID, needs to contain the REST field that you want to show with the link

Hope this helps.

Regards,

Marcelo

2021-02-02 11-55-27
Tushar Panpaliya

Did you check the link option in the data grid samples ? 

https://outsystemsui.outsystems.com/DataGridSample/


 A simple options would be to just pass the Id as a parameter in this link. 


Let me know if this helps,


Cheers,

Tushar

2019-05-22 11-30-09
Marcelo Ferreira
Solution

Hi Regina,

On the rest that feeds the data grid you need to include a field lets say called URL and then on the data grid you include Grid Column Link that use that field. The Title, here filled with ID, needs to contain the REST field that you want to show with the link

Hope this helps.

Regards,

Marcelo

UserImage.jpg
REGINA CRAFT

Worked thank you!

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