Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
5312 Переглядів

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
бер. 15
4454
1
груд. 24
5544
1
бер. 15
5145
2
трав. 24
2841
0
вер. 19
3351