[Quality Management] codeunit 20405 "Qlty. Inspec. Gen. Rule Mgmt." make procedure FindMatchingGenerationRule public

Open Beginner friendly
#11,439 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
78/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Active

Research direction

Open codeunit 20405, "Qlty. Inspec. Gen. Rule Mgmt.", and locate the internal procedure FindMatchingGenerationRule with the signature shown in the issue. Check its existing callers and access level before making the procedure available to custom generation rule checks. Done means external implementations can call it for a record or item without changing its matching behavior.

Written by the indexing model from the issue text.

Description

Approved ext-ready-to-implement request-for-external Team: SCM
Why do you need this change?

We want to create a custom generation rule check implementation. To check if there are rules for a specific record/item we want to call procedure FindMatchingGenerationRule.

Describe the request

Codeunit 20405 "Qlty. Inspec. Gen. Rule Mgmt." make procedure FindMatchingGenerationRule public

internal procedure FindMatchingGenerationRule(RaiseErrorIfNoRuleIsFound: Boolean; var TargetRecordRef: RecordRef; var OptionalItem: Record Item; OptionalSpecificTemplate: Code[20]; var TempQltyInspectionGenRule: Record "Qlty. Inspection Gen. Rule" temporary) Found: Boolean
Image
Provide an implementation (optional)
  • I will provide the implementation for this extensibility request
Dominant language
AL
Stars
683
Forks
459
Avg merge
2d 20h
Merged PRs (30d)
621

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/BCApps

All issues in microsoft/BCApps

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.