I have a WebServices source where I would like to compute and set an additional account attribute based on the information returned by the web service call during account aggregation. This can be most naturally achieved with a BuildMap rule, where values from the already-built ResourceObject map can be used to set another value into this map to form the account. This rule however is not available in ISC for this connector type.
I understand that the WebServicesAfterOperation rule can be used instead of a BuildMap rule, but examples I’ve seen more or less have to do the entire transformation from WebService response to the ResourceObject data map, in order to achieve the computation of that one additional attribute.
Does anyone know if there is a way to achieve this requirement using the WebServicesAfterOperation rule in a way that more closely mirrors the simplicity of a BuildMap rule?
And/or, does anyone have an example or template of a WebServicesAfterOperation rule that does something similar?
I could also do this computation at the Identity Attribute level but I would much rather do it in a connector rule where I can deploy and build myself, vis a vis cloud rule with a review process.
Use WebServices After Operation Rule.
Once you have the rule developed as per your requirements, attach it to your “Account Aggregation” Operation.