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.
UpdatePropgation = Both; should update the header from subpage.
try setting it up on Cast List.
hi
try this
CurrPage.YOUR_PART.PAGE.UpdatePage;
check my answer if it helped you, thanks
DAniele
Pushparaj Thanks for the reply
No it is not working..
even If i update my Subpage when inserting.. cannot be refreshed in Main Page.
The only problem is that I can only update the subpage in main page.
Hi,
Can you Use the Refresh Function on OnAfterGetRecord() Trigger.
SubPage2.ALLOCATION.Refresh();
Like this.
Hello,
We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist. If you need assistance with debugging or coding I would recommend discussing this on one of our communities.
I will open this up to the community in case they have something to add.
Thank you.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,134 Super User 2024 Season 2
Martin Dráb 229,928 Most Valuable Professional
nmaenpaa 101,156