Actually and originally, we design one object for one main operation and by this design we have 2 main objects for 2 main operation. One day, business user requires to combind these 2 main functions then the operation screen should combind too.
Technically, TaskSpace can handle only one main object at a time. At this stage, we have to handle these 2 main objects in one operation.
I plan to assign one operation of them to be main and link to other object which I did before. But I have a problem when business user works on the main and he want to update some informaiton on the linked object.
Could you please to guid me on how to handle this problem?