Solved

Aurena Lobby Navigation to another Aurena page with Parameters

  • 5 March 2021
  • 2 replies
  • 502 views

Userlevel 2
Badge +5

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?

icon

Best answer by KLNADEESH 5 March 2021, 20:07

View original

This topic has been closed for comments

2 replies

Userlevel 7

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.

Userlevel 2
Badge +5

I could find the solution

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