When you sync Salesforce objects to CRMA, you can filter the data to be synced. Otherwise, if you have too many records, the sync will take a long time and consume a significant amount of CRMA storage.
Here, I am going to share some commonly used samples.
SalesforceオブジェクトをCRMAに同期する際、同期するデータをフィルターすることができます。そうしないと、レコードが多すぎる場合、同期に時間がかかり、CRMAのストレージを大量に消費することになります。
ここでは、よく使用されるサンプルをいくつか紹介します。
- Only sync the record which has been created after some day.
特定日付以降のデータの取得:
CreatedDate > 2024-01-01T00:00:00Z
- Data has been created in recent one year
最近一年間のデータの取得
CreatedDate >= LAST_N_DAYS:365
- 複数条件を利用する場合 /Multiple conditions
例:作成日が2024年6月1日以降 及び 業種=農業