Hi There,
Recently I have seen some use-cases where user wants to populate a Company attribute change date automatically. As an example, user wants to project the Segment Change Date as and when the Segment attribute on the Company is modified, rather that CSM updating it manually.
To achieve this use-case-
- First, you need to create a Low volume object with the fields that you want to track, along with Company ID.
- Then, configure a Real-Time rule to load changes to this object using Company event.
- Lastly, create a simple rule, to fetch from this low volume object with MAX aggregation on the Change Date and update to Company attribute using “Load to Company”. And schedule this rule to run daily.
Here is small video on this use-case-