microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
770 stars 610 forks source link

[Function Expose] Access to UpdateShipToBillToGroupVisibility in page 42 #628

Closed ligoendeavor closed 5 years ago

ligoendeavor commented 5 years ago

It seems like I can't access the field "Ship-to" in page 42, which source expression is a global variable (ShipToOptions), from an extension. I need to be able to change the selection in this field from my extension depending on the address fields that are changed from my extension. I think if I will be able to run UpdateShipToBillToGroupVisibility it will help to fix my issue. But that's a local function in the page that I can't access.

darjoo commented 5 years ago

Hi @ligoendeavor, We have accepted your request and we usually include these types of changes in the next minor release, so look for it there!

ligoendeavor commented 5 years ago

Hi @darjoo, Awesome, thank you!

ligoendeavor commented 5 years ago

Hi @darjoo , this function is still not exposed as far as I can see in our tenants. Do you know how long it will take before I can use it? Note that we are running BC online and just recently got upgraded to CU2. Is this part of a later build?