跳至內容
選單
此問題已被標幟
1 回覆
5263 瀏覽次數

I am working with UPS integration I have a task to make shipping request every hour to UPS. There is a button to make request but I cannot go and make a shipping request every hour for every new shipment record. How can I have a scheduler for this purpose that runs every hour for every new shipment record created in UPS shipping register.

頭像
捨棄
最佳答案

You will follow process to create scheduler :-

1] Navigate to setting/Technical/Schedule Action 2] Create a schedule action with interval unit : Hour and number of cells -1 , add your object on which you want perform this scheduler

In method field add your method where you have apply your logic and return it True

so here when scheduler will call in 1 hour and relevant method logic will execute every time with the scheduler

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
3月 15
4432
1
12月 24
5526
1
3月 15
5103
2
5月 24
2816
0
9月 19
3333