Skip to main content

I am trying to find a Dormant time between the current executable operation VS last operation in a shop order. 

One option is I can go to Finish Date and identify but for our business need this might not be enough

 

I am looking for when the operation in sequence was actually touched. Example I have operation 10, 20, and 30. 30 is executable, so I want to know when really the 20 was last touched? - It could be operation itself, material receiving, or last material receive date.

 

My question is, where can I find all those dates in IFS cloud?

 

Hi ​@marslan,

Please refer to the Shop Order History screen to get all Shop Order/Operation/Material-related information.

Please refer to the screenshot below.

 

Regards

Abdul Rehman


So when there are multiple operations and few them have completed (or any other activity) - it captures all?


@marslan, Yes, you are correct. This screen captures all information.


Yes but when I went to the DB for SHOP_ORDER_HISTORY it doesn’t show the SITE (CONTRACT): basically warehouse. an in future it could be the possibility of having same shop order number with different sites, do you know how to connect them to bring in the SITE in the data base?

I am using Quick Reports (for your reference).


@marslan, Shop Order No is a key field for Shop_Ord_tab, and it wouldn't be duplicated even if you are creating shop orders for different sites.

Anyways, you can use shop_ord_Api.get_contract(order_no,release_no,sequence_no) function in your quick report to get the shop order site.


Reply