Skip to main content

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

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?


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

 


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.


Reply