feat: Groupオブジェクトの全件登録対応
This commit is contained in:
parent
6d25363af2
commit
b72586579b
4
s3/config/crm/last_fetch_datetime/Group_ALL.json
Normal file
4
s3/config/crm/last_fetch_datetime/Group_ALL.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"last_fetch_datetime_from": "1900-01-01T00:00:00.000Z",
|
||||
"last_fetch_datetime_to": ""
|
||||
}
|
||||
@ -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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user