Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Magno's Blog / Update Parent Page From Sub...

Update Parent Page From Subpage

Community Member Profile Picture Community Member

I guest we all have had a situation where we needed to update the parent page from a SubPage. Without some funky workaround, this was simply not possible. Well, good news in NAV2015…

Since NAV 2015 we have a cool new feature called UpdatePropagation. On a parent page, we set the property UpdatePropagation on a part. Default is SubPart. Which means the part will not update the parent. When we change this to Both the SubPage will be able to trigger an update on the parent, without letting the user press F5 or the refresh button.

How do we update the parent, well, just like you would update the part, just call CurrPage.UPDATE and it is done!!

How will you use this?

Comments

*This post is locked for comments