Thanks for the reply.
The 'current' myBO is right displayed in the form where the process is started.
My process is without defining parameters. If it is started from a myBO's form, VIEW ThatmyBO USING Form2 is correct.
However, the process is also placed as an operation on the query result of ALL myBO. when I selected multiple items from the query result, and then started the process, the VIEW ThatmyBO USING Form2 couldn't work properly. I saw the one of my selected myBOs showing in Form2, other than the new myBO.
Perhaps, my question should be: how can I distinguish the new myBO and the instances of myBO in the Context, so that I can guarantee the new myBO showing in Form2?
Thanks,
Mojun