Hi community,
I have created a page inside that page I'm adding two subpages list part pages..
Main Page
SubPage1 = Cast List
SubPage2 = Allocation
In the SubPage1 when I select the record it will pass the key parameters in the sub page2 where it update the records for that page
It is working fine when coming back from another page.
If I select another record in SubPage1 it is updating the record for SubPage2 but not showing until I open another page and come back.
Note that I'm not linking SubPage2 with my main page.
I'm just updating the records in SubPage2 (Allocation) when I select the record in SubPage2(CastList) with the trigger OnAfterGetCurrRecord() in subPage1 (Cast List)
I have tried the CurrPage.Update and many other ways.. I don't know what I'm missing..
Kindly help
Thanks.