Hi, All:

Is it possible for the approver to view requestor's request history from the userview ?

I've tried to use #performer.runProcess.id# in the extra filter condition of the datalist. and the result is empty.

It only can use #currentUser.id# in the filter condition, the result is approver's request history, and it is not what I need.

Thank you very much.

Best Regards

Jonathan Yang

  • No labels

2 Comments

  1. Hi Jonathan,

    Firstly, the performer hash variable can only be used when you are in a running process instance. It can't be used outside the process flow's scope.

    Secondly, in your form table, you must have a field that stores the requester's id in the first hand, then only you can use the currentUser hash variable to perform the sorting.

    Hope this helps.

    1. Dear Hugo:

      Great thanks for your information.

      Now to avoid the process flow's scope  issue, I place a datalist for approver to check any application he have ever received. approver can filter the result by fill in requestor's name,

      It almost has the same result I need.

      Best Regards

      Jonathan Yang