Web Services Delta Aggregation Attribute Not Triggering

Hi all,

We are implementing Delta Aggregation on a web services connector and are encountering an issue where the “deleted” flag is simply populating as “true” on the account’s attribute without actually triggering the deletion as defined in the Connection Settings:

image

We’re a little stuck on the troubleshooting and have gone so far as to write an After Operation rule that converts the “true” value into both a boolean and a string to confirm that neither type is sufficient. We noticed in the following post that this may at time have been a bug or backend issue and were curious if others are encountering it as well:
Web Services Connector - Delta Aggregation

Thanks in advance!

The issue was that we were managing the “deleted” attribute through an AfterOperation rule. When we added “deleted” as an attribute directly on our source system and aggregated, the deletion was recognized. Thus, it would appear that the status attribute must be present on the initial response and cannot be manipulated in rules.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.