1 Reply Latest reply on Jul 12, 2010 9:22 AM by hernanbolido

    Tracking changes in the child object

    vipavel

      Hi,

      I have a hierarchy of objects:

      Parent

      |_Child1

      |_Child2

      |_Child3

       

      Let's say that is revision number 1

       

      In case we change Child3 (new revision)- is it possible to get the changes using the parent object?

       

      Example:

       

      Query returns two lists:

      Parent

      |_Child1

      |_Child2

      |_Child3

       

      Parent

      |_Child1

      |_Child2

      |_Child3_changed

       

      Thanks,

      Pavel

        • 1. Re: Tracking changes in the child object
          hernanbolido

          Hi!

           

          I think that´s possible.

          You must use a revision before the Child3 modification to obtain this scenario

           

          Parent

          |_Child1

          |_Child2

          |_Child3

           

          If you, use the revision in wich Child3 changed, you will obtain the second one.

           

           

          Regards. Hernán.