Does a!startprocess output , user specific?

Hi All,

I had an interface which holds reports in grid format, when user clicks on generate excel button, I am starting PM using a!startprocess and in onsuccess of that I am using  a!save(local!processResult,fv!processInfo.pv.output). as an administrator I am getting output document in local!processResult, but when i tried same with basic user output variable is not storing in local!processResult.

Note: 

1) All nodes in process model is Chained,

2) Mentioned that basic user as Administrator in PM security, still local!processResult not updating.

3) when i opened PM in monitoring mode .pv!output has output document.

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer

    Just for some initial troubleshooting, please also ensure that the basic user has permissions for all other objects involved - particularly the document folder that the generated document is being placed in.  Any permission mismatches, etc, like this or others, would be invisible to you when trying as an Admin-user.  Additionally I suggest that you don't grant the user account direct permission, but rather add the user to a group that has permissions.