Hi all,
I'm implementing a new screen (for the WorkEffort application) that will
allow to the logged in user to see the status of the jobs submitted by
him/her as async (for example a print job or a long process such as an
MRP simulation).
The screen will be initially pretty simple: a form showing a subset of
the records from the JobSandbox entity.
My question is: how can I filter the jobs by the user that submitted them?
Should I use the "runAsUser" field?
Should we add a new field: JobSandbox.submittedByUserLogin ?
Jacopo