Question

Scheduling Supplier Reliability Statistics

  • 11 August 2021
  • 3 replies
  • 88 views

Userlevel 3
Badge +8
  • Sidekick (Customer)
  • 33 replies

Is there a way to schedule the Supplier Reliability Statistics from within IFS? I know how to create them manually, but I would like to automate the updating of the statistics and don’t see a way to do it in the system. Is the only option an external job to call the API?

 


3 replies

Userlevel 5
Badge +7

Yes, you can Schedule both supplier reliability statistics and supplier quality statistics.

  • If you check the background job triggered by manual execution of create statistics,you may find the background job function for generating supplier reliability statics Purchase_Stat_Util_API.Do_Generate_Reliab_Stats__
  • Then Go to New database task window and click on Select Method
  • Find the method under purchasing\PurchaseStatUtil\PURCHASE_STAT_UTIL_API\ Do_Generate_Reliab_Stats__
  • Enter and save 
  • Now Go to New Database task schedule window, click on Task Name Lov and select the task method name Purchase_Stat_Util_API.Do_Generate_Reliab_Stats__
  • Schedule the task accordingly
Userlevel 5
Badge +7

 

 

 

Userlevel 7
Badge +19

This was something I wanted to implement too. Thank you @Rangi Wijewardana :)

Reply