From b72586579ba14e750beba61ef9a372ed4528a4a7 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Thu, 22 Sep 2022 18:09:50 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Group=E3=82=AA=E3=83=96=E3=82=B8?= =?UTF-8?q?=E3=82=A7=E3=82=AF=E3=83=88=E3=81=AE=E5=85=A8=E4=BB=B6=E7=99=BB?= =?UTF-8?q?=E9=8C=B2=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../crm/last_fetch_datetime/Group_ALL.json | 4 ++++ .../crm/object_info/crm_object_list_all.json | 23 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 s3/config/crm/last_fetch_datetime/Group_ALL.json diff --git a/s3/config/crm/last_fetch_datetime/Group_ALL.json b/s3/config/crm/last_fetch_datetime/Group_ALL.json new file mode 100644 index 00000000..7453dc17 --- /dev/null +++ b/s3/config/crm/last_fetch_datetime/Group_ALL.json @@ -0,0 +1,4 @@ +{ + "last_fetch_datetime_from": "1900-01-01T00:00:00.000Z", + "last_fetch_datetime_to": "" +} diff --git a/s3/config/crm/object_info/crm_object_list_all.json b/s3/config/crm/object_info/crm_object_list_all.json index 0792da37..7df9bd4d 100644 --- a/s3/config/crm/object_info/crm_object_list_all.json +++ b/s3/config/crm/object_info/crm_object_list_all.json @@ -42,6 +42,29 @@ "is_update_last_fetch_datetime": false, "last_fetch_datetime_file_name": "UserTerritory2Association_ALL.json", "upload_file_name": "CRM_UserTerritory2Association_ALL_{execute_datetime}" + }, + { + "object_name": "Group", + "columns": [ + "Id", + "Name", + "DeveloperName", + "RelatedId", + "Type", + "Email", + "OwnerId", + "DoesSendEmailToMembers", + "DoesIncludeBosses", + "CreatedDate", + "CreatedById", + "LastModifiedDate", + "LastModifiedById", + "SystemModstamp" + ], + "is_skip": false, + "is_update_last_fetch_datetime": true, + "last_fetch_datetime_file_name": "Group_ALL.json", + "upload_file_name": "CRM_Group_ALL_{execute_datetime}" } ] }