feat:拡張SQLの修正

This commit is contained in:
shibata.r 2022-10-21 16:02:25 +09:00
parent dda511a663
commit 5015f6530b
12 changed files with 12 additions and 12 deletions

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_account_share', 'last_modified_date');
CALL src02.crm_history('src02.crm_AccountShare', 'LastModifiedDate');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_account', 'system_modstamp');
CALL src02.crm_history('src02.crm_Account', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_child_account_vod__c', 'system_modstamp');
CALL src02.crm_history('src02.crm_Child_Account_vod__c', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_contact', 'system_modstamp');
CALL src02.crm_history('src02.crm_Contact', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_data_sync('src02.crm_group', 'src02.crm_group_all', 'system_modstamp');
CALL src02.crm_data_sync('src02.crm_Group', 'src02.crm_Group_all', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_group', 'system_modstamp');
CALL src02.crm_history('src02.crm_Group', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_object_territory2_association', 'system_modstamp');
CALL src02.crm_history('src02.crm_ObjectTerritory2Association', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_product_metrics_vod__c', 'system_modstamp');
CALL src02.crm_history('src02.crm_Product_Metrics_vod__c', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_profile', 'system_modstamp');
CALL src02.crm_history('src02.crm_Profile', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_data_sync('src02.crm_territory2', 'src02.crm_territory2_all', 'system_modstamp');
CALL src02.crm_data_sync('src02.crm_Territory2', 'src02.crm_Territory2_all', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_territory2', 'system_modstamp');
CALL src02.crm_history('src02.crm_Territory2', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_data_sync('src02.crm_user_territory2_association', 'src02.crm_user_territory2_association_all', 'system_modstamp');
CALL src02.crm_data_sync('src02.crm_UserTerritory2Association', 'src02.crm_UserTerritory2Association_all', 'SystemModstamp');