Why do you need this change?
Our App could be Build and Published on W1 but not on ES since we have an reference on the control.
Describe the request
I think this is small conversion bug.
Just Change it, or set the old control to obsolete and introduce it like in w1.
Field in W1:
field("Ship-to Name"; Rec."Ship-to Name")
https://github.com/StefanMaron/MSDyn365BC.Code.History/blob/w1-26/BaseApp/Source/Base%20Application/Sales/History/PostedSalesInvoices.Page.al#L152
Field in ES:
field("<Ship-to Code>"; Rec."Ship-to Name")
https://github.com/StefanMaron/MSDyn365BC.Code.History/blob/es-26/BaseApp/Source/Base%20Application/Sales/History/PostedSalesInvoices.Page.al#L152
Internal work item: AB#598451
Why do you need this change?
Our App could be Build and Published on W1 but not on ES since we have an reference on the control.
Describe the request
I think this is small conversion bug.
Just Change it, or set the old control to obsolete and introduce it like in w1.
Field in W1:
field("Ship-to Name"; Rec."Ship-to Name")https://github.com/StefanMaron/MSDyn365BC.Code.History/blob/w1-26/BaseApp/Source/Base%20Application/Sales/History/PostedSalesInvoices.Page.al#L152
Field in ES:
field("<Ship-to Code>"; Rec."Ship-to Name")https://github.com/StefanMaron/MSDyn365BC.Code.History/blob/es-26/BaseApp/Source/Base%20Application/Sales/History/PostedSalesInvoices.Page.al#L152
Internal work item: AB#598451