Skip to content

[Extensibility Request] issue 30346: make InsertPostValueEntryToGL public in Item Jnl.-Post Line#9467

Draft
AleksandricMarko wants to merge 1 commit into
mainfrom
ai-ext-fix/ext_issue-30346
Draft

[Extensibility Request] issue 30346: make InsertPostValueEntryToGL public in Item Jnl.-Post Line#9467
AleksandricMarko wants to merge 1 commit into
mainfrom
ai-ext-fix/ext_issue-30346

Conversation

@AleksandricMarko

@AleksandricMarko AleksandricMarko commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

An extension author wants to post additional variances and reuse the standard General Ledger posting logic that already lives in codeunit 22 Item Jnl.-Post Line. They already call the public PostInventoryToGL procedure, but InsertPostValueEntryToGL was declared local and therefore unreachable from extensions. This PR exposes that procedure so extensions can invoke the standard posting flow.

Source issue repository: microsoft/AlAppExtensions; issue number: 30346

Changes Made

  • InsertPostValueEntryToGL (codeunit 22 Item Jnl.-Post Line) - changed from a local procedure to a public procedure so extensions can call the standard value-entry-to-G/L posting logic. Applied in the W1 base layer and mirrored to the same-named counterparts in the APAC, CH, ES, IT, and RU layers.

Fixes AB#642120

….-Post Line

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@AleksandricMarko AleksandricMarko added request-for-external SCM GitHub request for SCM area labels Jul 15, 2026
@github-actions github-actions Bot added this to the Version 29.0 milestone Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

request-for-external SCM GitHub request for SCM area

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant