Hi,
I have another issue with reference to my last Question "How to highlight selected record in Child form in D365 fo"
1. I have created 2 custom form FormA and FormB .
2. FormB is child form of FormA and its calling by passing args in clicked method of FormB button on Action pane.

3. After opening FormB and coming back to FormA, the cursor should highlight the previously selected record in FormA e.g in this case "3" should be highlighted but now first record is highlighting.
How can I achieve this functionality??