We have a requirement that : We are receiving one account attribute value that we need to compare against an identity attribute and set a different account attribute value during aggregation. How we can achieve this.
Not all types of connectors support changing the aggregated account attribute value. You need to specify the connector type here
Hi Nithesh,
It is JDBC type connector but want to implement something more generic. Appreciate your help.
JDBC Buildmap Rule can be used for modifying the data received.
However, comparing the value to an identity attribute will not be really efficient.
I would rather leave the account attribute untouched and create an identity attribute to populate the desired value and use it in any logic you need to
If we follow this approach we will be ending in creating so many identity attributes for different sources. Is there any other way we can implement this
trying to understand your ask here. if the account attribute is different from identity attribute, do you want to update account attribute or identity attribute?
Account Attribute will be updated with “YES” or “NO” after comparing the value with Identity attribute.
Is there a way you can update the value in the target application via attribute sync?
@iamnithesh Can we do try this using workflow account aggregation trigger.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.