Hi all,
We work in IFS App 10, and I’m looking for a ‘get’ method ! My starting point is the shop order operations list, and I need to retrieve the start date of the ‘next operation’ based on a given operation number… there doesn’t seem to be a ready-made ‘get’ method for this, so I’m trying to find a workaround / combining a couple of ‘get’…
I have already identified this method : SHOP_ORDER_OPERATION_API.GET_OP_START_DATE for retrieving a given operation’s start date ; however, I am struggling to find a method that retrieves the number of the ‘next operation’ based on a given operation number ! Can anyone help me with that ?