Skip to main content

I have created PERSON_ID field in data source and tried to use that in Web Url in element

 

After I select the element in lobby page it’s passing null value for the parameter.

 

How can I fix this issue or is there any method to use global parameters(‘#PERSON_ID#’) in the url?

I have created PERSON_ID field in data source and tried to use that in Web Url in element

 

After I select the element in lobby page it’s passing null value for the parameter.

 

How can I fix this issue or is there any method to use global parameters(‘#PERSON_ID#’) in the url?

If you want to pass the value for person of the logged on user then ReceivedPerson eq #PERSON_ID# should work fine. If you want to pass the value in the list element, you’d have to pass whatever you have set in your data source column.


I could find the solution

page/DistributionHistory/List?$filter=ReceiverPerson eq #PERSON_ID# and Objstate eq IfsApp.DistributionHistoryHandling.DocDistListHistoryState'Distributed'