We have scnario where I am using features provided in Feature Browser - FieldSettings Overrides.
Here.... I want to expand the first record.... so user can see all Parent and child of Record 1.
So, when my form up user can see first record expanded ( which include child of first record also)
How that can be done ?
Hello,
You can handle the InitializeRecord event and set the record's IsExpanded property if its index is 0.