microsoft / ALAppExtensions

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

[Event Modification] Codeunit 378 "Transfer Extended Text" - OnBeforeToPurchLineInsert #26791

Open DunshineNL opened 4 days ago

DunshineNL commented 4 days ago

Describe the request

Can this event be made similar to the one there is for SalesLine?

Current Purchase event looks like this: image

Current similar Sales event looks like this: image

Which is much more useful, so please change this for purchases (and best to do it for all the other document types in that codeunit) as well, so the insert can be prevented by setting IsHandled to true.

Thanks!

Additional context

To be able to influence the purchase line extended descriptions like it's already possible for the sales line descriptions.