Question

Aurena Lobby to Aurena page using web access url with Param

  • 5 March 2021
  • 2 replies
  • 426 views

Userlevel 2
Badge +5

I need to filer the data from login person’s person id. I create PERSON_ID column in data source and try it in data element.

This is a counter, but  it’s passing null value for the parameter.

  How can I fix this issue or can I used global parameter(‘#PERSON_ID#’) for the url?


This topic has been closed for comments

2 replies

Userlevel 7
Badge +11

Please refer the below posts, these might be what you are looking for.

 

 

- Nalaka - 

 

Userlevel 7

I need to filer the data from login person’s person id. I create PERSON_ID column in data source and try it in data element.

This is a counter, but  it’s passing null value for the parameter.

  How can I fix this issue or can I used global parameter(‘#PERSON_ID#’) for the url?

If you want to navigate using the logged-in users Person ID as a filter on the distribution history screen then yes, you can use the CSV. The Web Access URL Address should be page/DistributionHistory/List?$filter=ReceiverPerson eq #PERSON_ID#