Hi,
I have created 2 object test.order and test.process.order. When I confirm test.order, test.order.process will be created. test.order should be completed based on test.process.order. When i complete the test.order.process, test.order should be in completed state.
I have tried to implement and in that the state is changed based on test.order.process. But I need to open form view of test.order always, to change the state of test.order. For tree view, it is not working.
Can anyone suggest the way or what is missing?