We are facing an issue related to attribute synchronization and behavior inconsistency.
When performing an attribute sync (either manually or through automated process), We’ve observed that:
If the identity attribute ManagerLevel is blank, and the application attribute (e.g., in Application A) ManagerLevel contains any value other than 0, the sync works as expected. The blank value from the identity attribute overwrites the application attribute, and we can see the corresponding Modify operation in the event.
However, in a different scenario, if the identity attribute ManagerLevel is blank, and the account attribute has a value of 0, then the identity attribute synchronization does not trigger at all. We don’t see any events being generated.
Has anyone encountered this behavior before? What could be the reason for the sync not triggering when the identity value is blank and the account value is 0? Any suggestions or insights would be appreciated.
Note : Source is a JDBC type connector. ManagerLevel account attribute is of type int. We’re using SetObject() in connection statement to set int/null value for the specific column.