How to Pass User id from concurrent request to XML parameter page
While registering the concurrent program I have three parameters, 1) date from 2) date to 3) user id
the reason for user id is when I run the report I am passing this user id so that I will be able to see the reports only for my direct employees.
I am able to to pass the user id or see the user id when I run this report directly from the concurrent request.
but when I am calling this report from a function the user id is not coming to the parameter page.