|
698 | 698 | "batchActionDefaults": [ |
699 | 699 | { |
700 | 700 | "actionName": "email-pullslips", |
| 701 | + "titleKey": "email-pullslips", |
701 | 702 | "title": "Email pull slips ready to ship", |
702 | 703 | "batchQuery": "side = lending and state = WILL_SUPPLY", |
703 | 704 | "schedule": "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;BYHOUR=6;BYMINUTE=0", |
|
713 | 714 | }, |
714 | 715 | { |
715 | 716 | "actionName": "request-aging", |
| 717 | + "titleKey": "request-aging-express", |
716 | 718 | "title": "Request aging of express requests", |
717 | 719 | "batchQuery": "(state = VALIDATED or state = WILL_SUPPLY or state = CONDITION_PENDING or state = NEEDS_REVIEW) and service_level = Express", |
718 | 720 | "schedule": "FREQ=MINUTELY;INTERVAL=15", |
|
722 | 724 | }, |
723 | 725 | { |
724 | 726 | "actionName": "request-aging", |
| 727 | + "titleKey": "request-aging-rush", |
725 | 728 | "title": "Request aging of rush requests", |
726 | 729 | "batchQuery": "(state = VALIDATED or state = WILL_SUPPLY or state = CONDITION_PENDING or state = NEEDS_REVIEW) and service_level = Rush", |
727 | 730 | "schedule": "FREQ=HOURLY;BYMINUTE=0", |
|
731 | 734 | }, |
732 | 735 | { |
733 | 736 | "actionName": "request-aging", |
| 737 | + "titleKey": "request-aging-all", |
734 | 738 | "title": "Request aging of all requests", |
735 | 739 | "batchQuery": "state = VALIDATED or state = WILL_SUPPLY or state = CONDITION_PENDING or state = NEEDS_REVIEW", |
736 | 740 | "schedule": "FREQ=DAILY;BYHOUR=5;BYMINUTE=0", |
|
0 commit comments