Table delegate class
Is it possible to refer to a tables child records in a delegate class?
My thought is that I can have a record with approx 5 related child records. On the parent record I want to pull the address fields from my child records so I can map in the parent record.
My thought is that I can have a record with approx 5 related child records. On the parent record I want to pull the address fields from my child records so I can map in the parent record.