Yes I created a different function for my service in the same file Medex was already there and added a row for that function in the database but that is not working.
hi @manikchhabra ,
Recommend placing a simple error_log(“Debug”) debug statement at top of your drugs_expired function to see if it is running (it will post the Debug to your php error log). Then if confirm that is working, then means the background services engine is working ok.
-brady