Reintroduce direct historical line matching for E-Document drafts#7602
Open
Reintroduce direct historical line matching for E-Document drafts#7602
Conversation
Groenbech96
approved these changes
Apr 8, 2026
Groenbech96
reviewed
Apr 8, 2026
.../W1/EDocument/App/src/Processing/Import/Purchase/History/EDocPurchaseHistMapping.Codeunit.al
Show resolved
Hide resolved
ventselartur
reviewed
Apr 9, 2026
| if VendorNo = '' then | ||
| exit(false); | ||
|
|
||
| if EDocumentPurchaseLine.FindSet() then |
Contributor
There was a problem hiding this comment.
It looks like you did the FindFirst above, in the very beginning, already. It is possible to have a single SELECT request to the e-document purchase line table instead of two?
ventselartur
approved these changes
Apr 9, 2026
Groenbech96
approved these changes
Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FindRelatedPurchaseLineInHistory(previously dead code) as a direct matching step before the AI pipeline inE-Doc. Historical MatchingE-Doc. Purch. Line History Idon matched lines, enabling the source invoice link and additional fields featuresFixes AB#630431