Hi ,
We are developing automation for customer order handling and we use IFS 10 both application and aurena.
in application we can navigate to quick order flow , search customer order and right click customer order then select “Reserve”.
But in aurena we have to navigate to order lines and reserve it one by one.
is there any way to reserve customer order from one click in aurena?
Page 1 / 1
Maybe it’s a permission issue? Which update version do you have?
When I navigate to Quick Order Flow Handling in our IFS Applications 10 UPD16 demo environment, using the Reserve command brings up the Reserve Customer Orders page, where you can release one or more orders in one go. This is the same behaviour as in IFS Enterprise Explorer.
I have found the appropriate end point for reserve customer order.
https://xxxxxxxxx:xxxxx/int/ifsapplications/projection/v1/ReserveCustomerOrders.svc/ReserveOrder
the payload is the customer order number
{
"Selection": "ORDER_NO=OORDER_NO]^"
}
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.