About new components added in the order received

Any new components returned from CPQ are inserted in the order they are returned. Existing components on a reconfiguration are not resorted but moved down in order if a new component is inserted. This is an example:

  • Original configuration: Configurator returns in this order: component1, component2, component3.
  • New configuration: Configurator returns in this order: component7, component2 component1. Component2 is not re-sequenced but is moved down when component7 is inserted.