Hello,
we are currently trying to implement a custom HCM integration to automatically update our accounts.
With the latest Build (8000) most of the steps were done easily but we encounter a problem while trying to sync the accountExpirationDate.
After the value is written to the ActiveDirectory Account it will always be an ExpirationDate in the year 1601.
After some additional testing and writing the Value into another field we realzied that the value for the ExpirationDate is the same as the employeeNumber in the ADManager which likley causes this issue.
But we know that the value recieved by the API itself is correct.
Are there maybe some tips how we could fix that issue?