I would like to know if there is a way to share all of the data information in one object with another object, such that any changes made by a user in the original object will be reflected in the shared information object as well.
Thank you for the information. It does working using the resource sharing.
But I want to share all of the related information in an object to a new object. This involve 3 objects.
To simplify: First object - Data1 Second object - Data1(related information) + Data2 Third object - Data1 + Data2 + Data3
Below picture in the red circle is the related information in 2nd object from the 1st object.
Is there any way to pass all of the related information in 2nd object to the 3rd object?