Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event OnPostSourceDocumentOnBeforePrintTransferShipment Commented in "Transfer Whse. Post Shipment" CodeUnit #27373

Open
AimeneAmi opened this issue Oct 8, 2024 · 0 comments

Comments

@AimeneAmi
Copy link

Describe the request

I'm using several events in "Whse.-Post Shipment" that will be obeslete for 25 so i started to replace one by one with the new events

Codeunit::"Whse.-Post Shipment", 'OnPostSourceDocumentOnBeforePrintSalesShipment' ===> Codeunit::"Sales Whse. Post Shipment", 'OnPostSourceDocumentOnBeforePrintSalesShipment'

Codeunit::"Whse.-Post Shipment", 'OnPostSourceDocumentOnBeforePrintSalesInvoice' ===> Codeunit::"Sales Whse. Post Shipment", 'OnPostSourceDocumentOnBeforePrintSalesInvoice'

Codeunit::"Whse.-Post Shipment", 'OnPostSourceDocumentOnBeforePrintPurchReturnShipment' ===> Codeunit::"Purch. Whse. Post Shipment", 'OnPostSourceDocumentOnBeforePrintPurchReturnShipment'

Codeunit::"Whse.-Post Shipment", 'OnPostSourceDocumentOnBeforePrintPurchCreditMemo' ===> Codeunit::"Purch. Whse. Post Shipment", 'OnPostSourceDocumentOnBeforePrintPurchCreditMemo'

Codeunit::"Whse.-Post Shipment", 'OnPostSourceDocumentOnBeforePrintServiceShipment' ===> Codeunit::"Serv. Whse Post-Shipment", 'OnPostSourceDocumentOnBeforePrintServiceShipment'

Codeunit::"Whse.-Post Shipment", 'OnPostSourceDocumentOnBeforePrintServiceInvoice' ===> Codeunit::"Serv. Whse Post-Shipment", 'OnPostSourceDocumentOnBeforePrintServiceInvoice'

The issue that i found is that the event f Codeunit::"Whse.-Post Shipment", 'OnPostSourceDocumentOnBeforePrintTransferShipment' is commented in the new codeunit

image

Additional context

I need this event to maintain my customer extension, i tried to find i new way to implement my code but the first useful event i found is in a table so this may impact other scenario
So for us this the best way to keep our development working without regression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant