jygaulier
0df5d004ae
PHRAS-4140 sb-filter-for-expiringrights (#4594)
* add 'status' filter (for "owners" job)
```json
// type
'target' => 'owners',
// filters
'databox' => 'db_databox1',
'status' => '00xxxx',
'collection' => ['test', 'boo'],
'expire_field' => 'ExpireDate',
'prior_notice' => -30,
// action
'set_status' => '01xxxx',
'alerts' => [
[
'method' => 'webhook',
'recipient' => [
'bob@a.fr',
'joe@b.com',
],
],
],
```
* add 'set_collection' action (for "owners" job)
acts on records using api, not sql
* add negated clause on 'set_collection'
2025-03-17 10:46:59 +01:00
..
2021-02-11 16:48:49 +03:00
2022-04-07 17:07:43 +02:00
2021-11-25 17:24:15 +01:00
2024-12-12 15:46:04 +01:00
2016-01-05 13:38:14 +01:00
2024-07-17 17:25:42 +02:00
2024-04-29 12:05:59 +02:00
2022-09-13 18:05:46 +02:00
2025-03-17 10:46:59 +01:00
2025-03-10 18:08:47 +01:00
2024-07-17 17:25:42 +02:00
2025-02-19 10:58:37 +01:00
2023-12-04 09:50:01 +01:00
2016-01-05 13:38:14 +01:00
2016-01-05 13:38:14 +01:00
2023-03-15 11:05:34 +01:00
2022-11-08 15:52:14 +01:00
2024-02-29 14:59:46 +01:00
2016-06-28 13:12:58 +02:00
2024-04-30 14:15:56 +02:00
2021-10-06 18:23:52 +02:00
2016-04-20 16:22:14 +02:00
2024-10-24 18:01:30 +02:00
2021-11-09 10:51:49 +03:00
2024-10-23 20:16:30 +02:00
2023-03-13 19:03:17 +01:00
2023-11-22 12:30:55 +01:00
2023-07-11 15:39:49 +02:00
2025-02-28 19:32:09 +01:00
2021-10-06 18:23:52 +02:00
2016-05-19 13:50:08 +02:00
2025-03-11 17:52:27 +01:00
2023-11-17 16:04:09 +01:00
2023-04-29 22:13:08 +02:00
2016-10-26 16:13:47 +02:00
2024-06-10 18:18:34 +02:00
2021-10-06 18:23:52 +02:00
2022-10-25 22:22:26 +02:00
2024-06-06 18:24:18 +02:00
2024-02-09 17:15:15 +01:00
2016-10-26 16:13:47 +02:00
2024-04-29 16:41:33 +02:00
2024-10-23 20:16:30 +02:00
2024-07-17 17:11:55 +02:00
2019-05-14 13:15:32 +02:00