I’m trying to use the MoveRequest adapter to add a record to the request queue, this is selected from a custom control in the Production Planner Workbench screen.
When I run the moveRequestAdapter.ProcessRequest method, it fails saying a valid EmployeeID is required. I have all permissions set up correctly (copied from our Live environment). It works in our Live environment 10.2.600.30.
As we are staying with classic screens for now and upgrading to web based on a per-department basis, I am trying to fix some issues found in our classic style screens.
I tried adding in the following, but had no luck:
moveRequestAdapter.CheckEmployee(_session.EmployeeID, out userName);
Any ideas why this error could be thrown?