|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
Issue: Having solved with System’s Access Authorized
problem on disjoining Reservation and Un-reservation function.
Background: Since we implemented the new SO procedure, we asked the workers to pick the materials they need by Pick-List which is printed by system after they do the reservation in the system. However, with the in-depth procedure, we find someone in the production line can make use of un-reservation to pick materials repeatedly but this is illegal. So, we want to find a way to stop this behavior by system not by coercive measures. Unfortunately, we all thought that the system’s reservation and un-reservation functions can not be separated through system’s setting. So finally, this issue had to be grounded.
Disposal:
1.
Open the file of Admin.exe
2.
Go to the Administration’s module
3.
Below the security sub-module, choose the Database Objects label
4.
Make the setting in the Business Logic:
Then, find the logic named shop order
In order to make sure that all the un-reservation functions must be forbidden, we should do the setting in these two parts:
ShopMaterialAlloc\Shop_Material_Alloc_API\ Unreserve: Here, we can set the un-reserve function at the MRB available.
ShopOrd\Shop_Ord_API\Unreserve_: Here, we can set the un-reserve function at the Material Action available. |
|