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 Enhancement] Codeunit 90 - OnAfterPurchRcptLineInsert #730

Closed
FSharpCSharp opened this issue Jan 2, 2019 · 0 comments
Closed

[Event Enhancement] Codeunit 90 - OnAfterPurchRcptLineInsert #730

FSharpCSharp opened this issue Jan 2, 2019 · 0 comments
Labels
event-request Request for adding an event ships-in-future-update Fix ships in a future update

Comments

@FSharpCSharp
Copy link

The event "OnAfterPurchRcptLineInsert", which is located in the function "InsertReceiptLine" is unfortunately not really usable, because important record variables are simply missing, which are crucial in the posting process.

So far the event looks like this:

Var Name DataType Subtype Length
No PurchaseLine Record Purchase Line
No PurchRcptLine Record Purch. Rcpt. Line
No ItemLedgShptEntryNo Integer
No WhseShip Boolean
No WhseReceive Boolean
No CommitIsSupressed Boolean

This is how it should look in the future:

Var Name DataType Subtype Length
No PurchaseLine Record Purchase Line
No PurchRcptLine Record Purch. Rcpt. Line
No PurchInvHeader Record Purch. Inv. Header
No ItemLedgShptEntryNo Integer
No WhseShip Boolean
No WhseReceive Boolean
No CommitIsSupressed Boolean
@JesperSchulz JesperSchulz added the event-request Request for adding an event label Jan 3, 2019
@jobulsin jobulsin added the ships-in-future-update Fix ships in a future update label Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
event-request Request for adding an event ships-in-future-update Fix ships in a future update
Projects
None yet
Development

No branches or pull requests

3 participants