feat: Groupオブジェクトの全件データ登録定義、拡張SQLを追加

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-09-22 18:15:18 +09:00
parent b72586579b
commit 782703f912
3 changed files with 16 additions and 0 deletions

View 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

View File

@ -0,0 +1 @@
CALL src02.crm_data_sync('src02.group', 'src02.group_all', 'system_modstamp');

View File

@ -56,3 +56,4 @@ CRM_Sent_Email_vod__c_[0-9]{14}\.(CSV|csv) CRM_Sent_Email_vod__c.txt
/* 【CRMデータ 全件連携】 */ /* 【CRMデータ 全件連携】 */
CRM_Territory2_ALL_[0-9]{14}\.(CSV|csv) CRM_Territory2_ALL.txt 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_UserTerritory2Association_ALL_[0-9]{14}\.(CSV|csv) CRM_UserTerritory2Association_ALL.txt
CRM_Group_ALL_[0-9]{14}\.(CSV|csv) CRM_Group_ALL.txt