17
Hi,



It would be nice if upgradepropagation property of a listpart control can be modified. I explain the situation:



In Sales Invoice, during the get shipment lines, I've to modify a Sales header field. But if upgradepropagation property is not set to Both, when finishing, it won't refresh the main page to see the new value modified. 



It would be nice if in a extension, the ability to change the property through the modify of a page extension, here is an example of how it would be:





pageextension 50050 "Sales Invoice" extends "Sales Invoice" //43

{

   layout

   {

      modify(SalesLines){

           UpdatePropagation = Both;

      }

   }

}



Thanks for your attention

 

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

Comments

J

I would this ability too and I would suggest that the UpdatePropagation should only be able change upwards.

So that one extension cannot change this back to SubPart while the other extensions needs this property to be set to both.

Category: Development