Curent, state of item Part is 'Preliminary'
I want change state of item Part from 'Preliminary' to 'Released' and implement as below:
<Item type="Part" action="edit" id="50B48766A923456ABE4FE28A74 157D09">
<state>Released</state>
</Item>
or
UPDATE PART SET CURENT_STATE = '2AB48766A923456ABE4FE28A74157D09', IS_RELEASED = '1' WHERE id="50B48766A923456ABE4FE28A74 157D09"
But result is not change state.
Please help me!