Versions Compared

Key

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

...

CoreOne Universal Importer

  • 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, deleted, activation pending

Note

You have to account for those change 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. And instead 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.

...