6

Change my life by adding dynamic/by name references for page elements.


CurrPage.Element('InvoicingTab').Visible := false;


Then, really blow my mind by finally adding collections of page elements that can be iterated through.


For Each PageElement in CurrPage.Elements Do Begin

If PageElement.GroupName = 'Invoicing' then

PageElement.DoSomething();

End;


Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team