Skip to content

Comments

[Subcontracting] Unused Return Values fix#6663

Merged
AleksandricMarko merged 1 commit intomainfrom
bugs/main-620432-Using_Count_fix
Feb 22, 2026
Merged

[Subcontracting] Unused Return Values fix#6663
AleksandricMarko merged 1 commit intomainfrom
bugs/main-620432-Using_Count_fix

Conversation

@AleksandricMarko
Copy link
Contributor

@AleksandricMarko AleksandricMarko commented Feb 13, 2026

Summary

Procedures with Unused Return Values

  1. ShowTransferOrdersAndReturnOrder - Returns Integer (unused in 11 locations)

Definition: SubcFactboxMgmt.Codeunit.al:604

Calls where return value is ignored:
SubcPurchaseLineFactbox.Page.al:38
SubcPurchaseLineFactbox.Page.al:48
SubcPurchaseLineFactbox.Page.al:58
SubcRoutingInfoFactbox.Page.al:71
SubcRoutingInfoFactbox.Page.al:83
SubcPOSubform.PageExt.al:77
SubcPOSubform.PageExt.al:88
SubcWhseRcptLinesExt.PageExt.al:68
SubcWhseRcptLinesExt.PageExt.al:81
SubcWhseRcptSubformExt.PageExt.al:68
SubcWhseRcptSubformExt.PageExt.al:81

  1. ShowProdOrderComponents - Returns Decimal (unused in 1 location)

Definition: SubcFactboxMgmt.Codeunit.al:837

Calls where return value is ignored:
SubcRoutingInfoFactbox.Page.al:122

Work Item(s)

Fixes AB#620432

@github-actions github-actions bot added the AL: Apps (W1) Add-on apps for W1 label Feb 13, 2026
@github-actions github-actions bot added this to the Version 28.0 milestone Feb 13, 2026
@AleksandricMarko AleksandricMarko marked this pull request as ready for review February 14, 2026 18:29
@AleksandricMarko AleksandricMarko requested a review from a team as a code owner February 14, 2026 18:29
@AleksandricMarko AleksandricMarko enabled auto-merge (squash) February 14, 2026 18:30
@AleksandricMarko AleksandricMarko merged commit 1b8102e into main Feb 22, 2026
39 checks passed
@AleksandricMarko AleksandricMarko deleted the bugs/main-620432-Using_Count_fix branch February 22, 2026 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AL: Apps (W1) Add-on apps for W1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants