10/26/2023 08:51 AM
Hello,
I am trying to map user's customproperty24 to it's manager's customproperty24, i.e.
for example: manager's cp24= ABC then user's cp24 should also be 'ABC'.
Scenario 1: If the manager's cp24 value changes then, we want user's cp24 value to be updated.
Scenario 2: If user's manager changes then user's cp24 should be updated with new manager's cp24 value.
This means, at any given point user's cp24 should be same as manager's cp24
Is there any way we can sync the attributes in real-time?
Solved! Go to Solution.
10/26/2023 08:57 AM
10/26/2023 10:33 PM
Hi @sk,
So it depends! manager's cp24 can be updated via import or manually by the desired team.
Thanks,
Sayali
10/27/2023 07:45 AM - edited 10/27/2023 08:07 AM
@Sayali : If it is just through import then you can use inline preprocessor to achieve your requirement.
For the updates that are made manually there is no such real time thing you can achieve. You have to use SAV4SAV connection to propagate the change which is kind of schedule push.
10/27/2023 07:59 AM
10/29/2023 08:10 PM
You can use user update rule to update same.
11/01/2023 01:57 AM
Hi @rushikeshvartak ,
Thank you so much for the suggestion. We have implemented the same using actionable analytics.
Regards, Sayali.