Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • BREAKING CHANGE: The is_positionflag of an organizational unit has been moved to the organizational unit type where there are now three different types: legal entity, organizational unit and position.

  • BREAKING CHANGE: The active flag of an organizational unit has been moved to an organizational unit state where there are now four different states: active, inactive, deleted, activation pending

  • BREAKING CHANGE: The active flag of an employment has been moved to an employment state where there are now different states: active, inactive, activation pending

  • BREAKING CHANGE: The import will now compare the the source value to the serialized value and no longer to the used value. This might trigger your import threshold after the update once.

Note

You have to account for those changes in your import configuration. Instead of mapping the is_position property, you have to account for it in the organization_unit_type_id field. Instead of setting active to true, you you have to set the state_id to 1 and instead of setting active to false, you have to set the state_id to 2. There are checks that will be performed upon the execution, so you will be notified if you missed any of those changes.

...