WorkList Router History-Add
Hi,
I have a service which creates a work object, which is routed to work list of operator defined in a property "AssignTo".When the router executes, a history-add happens based on decision tree (filter-History) and writes in the audit table " Created by <User>".
The issue is I am getting "Created by ServiceUser" , where "ServiceUser" is the operator created for service authentication and not the "AssignTo" operator name.
On tracing, I found out that the in pxFlow , pxRouteTo = "AssignTo" user id. But pxRouteToUserName is still "serviceUser".
How can we override this history-Add?