Merge pull request #112 feature-NEWDWH2021-747 into develop-6crm
This commit is contained in:
commit
d3559dfabb
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": false,
|
||||
"last_fetch_datetime_file_name": "Group_ALL.json",
|
||||
"upload_file_name": "CRM_Group_ALL_{execute_datetime}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
14
s3/data/crm/settings/CRM_Group_ALL.txt
Normal file
14
s3/data/crm/settings/CRM_Group_ALL.txt
Normal file
@ -0,0 +1,14 @@
|
||||
CRM
|
||||
,
|
||||
utf-8
|
||||
"
|
||||
CRLF
|
||||
1
|
||||
14
|
||||
Id,Name,DeveloperName,RelatedId,Type,Email,OwnerId,DoesSendEmailToMembers,DoesIncludeBosses,CreatedDate,CreatedById,LastModifiedDate,LastModifiedById,SystemModstamp
|
||||
id,name,developer_name,related_id,type,email,owner_id,does_send_email_to_members,does_include_bosses,created_date,created_by_id,last_modified_date,last_modified_by_id,system_modstamp
|
||||
src02.crm_group_all
|
||||
org02.crm_group_all
|
||||
CRM_Group_ALL_ex.sql
|
||||
|
||||
truncate_src_table:src02.crm_group_all
|
||||
1
s3/data/crm/settings/CRM_Group_ALL_ex.sql
Normal file
1
s3/data/crm/settings/CRM_Group_ALL_ex.sql
Normal file
@ -0,0 +1 @@
|
||||
CALL src02.crm_data_sync('src02.crm_group', 'src02.crm_group_all', 'system_modstamp');
|
||||
@ -56,3 +56,4 @@ CRM_Sent_Email_vod__c_[0-9]{14}\.(CSV|csv) CRM_Sent_Email_vod__c.txt
|
||||
/* 【CRMデータ 全件連携】 */
|
||||
CRM_Territory2_ALL_[0-9]{14}\.(CSV|csv) CRM_Territory2_ALL.txt
|
||||
CRM_UserTerritory2Association_ALL_[0-9]{14}\.(CSV|csv) CRM_UserTerritory2Association_ALL.txt
|
||||
CRM_Group_ALL_[0-9]{14}\.(CSV|csv) CRM_Group_ALL.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user