We have an issue where User A creates a PO in Company X. Any user enters a Shipment and posts. The PO status and PO Line status now says "Received."
User B creates a PO in Company X. Any user enters a shipment and posts. The PO STatus and PO Line status says "Released".
I have found a couple more users that behave correctly (ie as User A), but have found a couple users that behave as User B (ie totally and completely wrong).
How can a GP user control the way data is populated in a table? Is that not a stored procedure that is run that does this? Should the User ID who is performing the task ONLY be concerned with permissions on stored procedures?
The only way I have been able to fix the users with the issue is to delete the user completely and recreate with a different ID (ie if I recreate using the same ID, same issue happens). User is recreated with same user class as before.
We have over 90 users setup in GP. I cannot test each and every user. GP Should not be behaving this way. A GP user should not control how the code runs are what parameters are entered into a sp.
We have been running GP for 5 years and GP 7.5 since it was realeased.
User B creates a PO in Company X. Any user enters a shipment and posts. The PO STatus and PO Line status says "Released".
I have found a couple more users that behave correctly (ie as User A), but have found a couple users that behave as User B (ie totally and completely wrong).
How can a GP user control the way data is populated in a table? Is that not a stored procedure that is run that does this? Should the User ID who is performing the task ONLY be concerned with permissions on stored procedures?
The only way I have been able to fix the users with the issue is to delete the user completely and recreate with a different ID (ie if I recreate using the same ID, same issue happens). User is recreated with same user class as before.
We have over 90 users setup in GP. I cannot test each and every user. GP Should not be behaving this way. A GP user should not control how the code runs are what parameters are entered into a sp.
We have been running GP for 5 years and GP 7.5 since it was realeased.