feat: Groupオブジェクトの全件登録対応

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-09-22 18:09:50 +09:00
parent 6d25363af2
commit b72586579b
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"last_fetch_datetime_from": "1900-01-01T00:00:00.000Z",
"last_fetch_datetime_to": ""
}

View File

@ -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}"
}
]
}