Question

why the background job or “Refresh Shop Order Cost Details” creates when doing action in SO Shop_Order_Cost_Util_API.Batch_Calculate_Details__

  • 16 May 2023
  • 4 replies
  • 73 views

Userlevel 2
Badge +2

when the shop order is report with operation or issue with materials, the below background job kicked in. why?

background job or “Refresh Shop Order Cost Details”  Shop_Order_Cost_Util_API.Batch_Calculate_Details__ 


4 replies

Userlevel 6
Badge +12

Hello,

Actually this job is new for IFS Cloud. It recalculates/refreshes some of the tabs displayed in the Shop Order Cost client. In Enterprise Explorer it worked in a different way, there we calculated some of the tabs on the fly while populating the tabs.

The job does not change any transactions, it just collects and groups data, so that the Shop Order Cost client works faster.

Cheers,

Mats

Userlevel 2
Badge +2

Hi Mats, thanks for your reply.

I have checked this process in APP10 EE client, and found that whenever the SO is report with Machine operation or issue material, this background job gets kicked in. note that the SO parent part was set as a standard cost parts.     

hope this background jobs can be scheduled to run in a slow queue, which will not have an immediate effect on the shop order reporting or issuing transactions? 

Userlevel 6
Badge +12

Actually when looking into the code we started already in Apps10 with above background job, since in Apps10 you can use both client frameworks.

Best Regards,

Mats

Userlevel 6
Badge +12

And yes… if you are using only EE client then you can put this job in a very slow queue :-)

Reply