Nodes being dropped during CIO Configuration
Have an unusual problem where we are configuring a model via a direct call to the CIO object using a java class.
This is causing a loss of some important nodes when compared to the same configuration that is done via entry of a line onto a Sales order.
Loss of nodes is confirmed by the SQL statement being ran for the 2 situations:
Select ps_node_name from apps.cz_config_items where config_hdr_id = '34017082'
There is not any one specific node being dropped but about 40 from a total of 450 (about 10%)
No discernible pattern.
A very similar model has no issues at all and retains the necessary nodes.