...
- Predefined Days i.e. Non Working days or Holidays
Code Block |
---|
To suppress execution on predefined non-working-days or Holidays , user can create Holiday Calender for all Jobs in JobScheduler or for individual process i.e. orders/jobs , include the same in respecticve Orders/Schedules. |
- Adhoc days processing should be suppressed
Code Block |
---|
In some Adhoc usecases, predefined Order/Schedule's has to be suppressed or should not execute and should resume there normal execution once "suppressed" time is passed. |
There are two approaches to achieve this
...