Skip to main content
Question

How do i make a link with a lobby page parameter

  • February 7, 2024
  • 3 replies
  • 141 views

Forum|alt.badge.img+1

How do i make a link in a link lobby element that takes a page parameter and navigates to that specific project in the project page

I have tried this, where project_id is also a parameter but it dosen’t work can you see what i do wrong?

 

ifsapf:frmProjectDetailInfo?COMPANY=01&PROJECT_ID=PROJECT_ID

 

Best regards Simone

3 replies

COVJAMIEB
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • 218 replies
  • February 9, 2024

Can you screen shot the setup of your element just now? I am assuming your data source against the element included project_id within the where clause?


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Customer)
  • 1 reply
  • February 12, 2024

I don’t have a data source. In my element i just have a custom URL. 
 

 


COVJAMIEB
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • 218 replies
  • February 26, 2024

I don't think this is possible.

I would create a data source that had the condition as PROJECT_ID = ‘$PROJECT_ID$’ and add this Data Source in as a link. This way when you click the link it will execute the data source logic.