
Hi people,
Is there a way to get some kind of informations on a tree between parent and child ?
I mean, if i got a tree and have selected some item in some child element and modify it values i wanna have on parent some icon or info to know that this parent contain a child modified.
Treeform:
Parent Item
=========> Child 1 : values = City :Toronto
=========> Child 2 : values = City :Paris
=========> Child 3 : values = City :NY
Then if i modify child
Parent Item (1) for "one change" Or an Icon Or change font color
=========> Child 1 : values = City :LA
=========> Child 2 : values = City :Paris
=========> Child 3 : values = City :NY
Thank you all
Hi Mack,
The tree-control in Dynamics 365 has an option to use check boxes. You can read the documentation for more information. You can try to change the checkbox state with help of coding.
Check box support in tree controls - Finance & Operations | Dynamics 365 | Microsoft Docs