View Button

Confluence User - 09 Jan, 2024

I have a list builder of a form X where a hyperlink leads to another form Y. In the list builder of Y, onclick id of Y should lead me to view the data of X’s field for that particular id. One common record which joins both the forms is test_name. Instruct me how to do it in Joget 8.

hyperlink

1


12 Jan, 2024
confluenceUser
1
confluenceUser

You need to get the id of record of Form X somehow. You can either use an SQL query or Advance form Binder and join your X and Y based on the field test_name if that is your foreign key to get id of X.
Once you have id of X, you can send it in url as request Parameter and use it to display X record in your X form

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print