2

Simple idea. Instead of us having to add an additional field to a table, or overwriting the assist edit trigger, allow us to use a defined page variable within a table relation on a page. That way we could do the following:


group(Header)

{

field(ShippingAgent; ShipAgent) { TableRelation = "Shipping Agent".Code; }

}

group(Repeater)

{

field(ShippingAgentSvc; Rec.ShipAgentSvc) { TableRelation = "Shipping Agent Services".Code where("Shipping Agent Code" = ShipAgent); }

}

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