RE: Refreshing the page on Table Extension
Hi jmtugade,
If you want to update the PO page 50, you cannot do it from the header table extension. Instead, you can update it after the validation of the field for which you want to update the page, like this, CurrPage.Update();
If you want to update the line page after some validation on the header page, you can do it like this, CurrPage.PurchLines.Page.Update();
Regards.