We have a file listener which will pick and create cases based on our business criteria. But the issue is after case is created successfully, created by filed is empty for those cases, even though we have mentioned requestor login details on our file listener rule.
Debug we did :
1.Removed that operator by created new operator and used it. Still same issue.
Reset the password for same operator, sill same issue.
Can someone help on this?
In Dev we could able to see requestor details and case created by for same file listener. Not working on other higher environments.
Is this issue is broken recently in PROD or Does it worked as expected in PROD earlier.
Does logging in helped you in anyway to find the difference for the issue in different environments.
Below is my approach as fix:
Listener create a separate requestor to process each instance. As per my understanding to your question, I suggest you to use pxRequestor system page to get the operator name.
Please let me know your next steps to resolve this, correct me if I am not on same page.
The activity you are using to create work object is going to take care to set the created by value. I suggest you to observe the availability of the page pxRequestor or OperatorID while executing those methods while you are tracing . Could you please tell the activity name you are using to create work object.