function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lsateeshklsateeshk 

child objects

Hi I have three objects say "A", "B", "C",..,

 

'C' is the child of 'B' and 'A'

 

and 'B' isalso child of 'A'...,

 

so now my requirement is ...,

 

when 'C' record created from 'A' then this record has to be seen in all the records of  'B' in related list 'C' that belongs to parent record 'A'..,

 

and so i want to make update records based on the parent 'A' ..,

 

Is it possible?

 

Thanks,

Lucky

Jeff MayJeff May

As yrou describe it, just because C is associated with A, doesn't mean it is also associated with B.  For example, if there are 2 B's that belong to A, when a C is created for A, which "B" should it be associated with?

lsateeshklsateeshk

I n that case.., it is not necessarily related to any of the "B" ... , is it possible?

Jeff MayJeff May

If it not related to B, then it can't be shown on B records.