update existing enumlist base on child record

hello everyone

i am generating a child record from the table an enumlist column. As this scenario when child records are created as per enumlist time, i need to modify those child row items or full rows or maybe delete one record and add one more record, that time i need to update the parent table enum list so data can be get same. is there any possibility of updating that enumlist auto when we add or delete a row from the child record?

0 5 224
5 REPLIES 5

If the ENUMLIST value can be generated from its related child records, then a bot on change events of the child table should be able to do it.

A child knows its parent. The parent knows its child's. You construct the correct ENUMLIST from the identified child records and overwrite the value.

Yes relationship is perfect, but i need some hint if expression.

Need more specific information on the ENUMLIST and what you have tried so far, where it is failing.

sir not yet getting any ideas to update existing enumlist base on child table.

You still haven't provided how you are using the enum list to generate child records.

Top Labels in this Space