microsoft / microsoft/BCApps

[Extensibility Request][FEC Audit File] change codeunit 10826 "Generate File FEC" Access property

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

Nobody has claimed this yet.

Approved ext-ready-to-implement request-for-external Team: Finance
Dominant language
AL
Stars
683
Forks
459
Avg merge
3d 26m
Merged PRs (30d)
633

Description

Why do you need this change?

Related to https://github.com/microsoft/BCApps/issues/10598 https://github.com/microsoft/BCApps/issues/11005
Currently the "FEC Audit File" extension lacks integration events, specifically in codeunit 10826 "Generate File FEC". Due to business requirements, we need to adjust several values during the audit file export process.

Describe the request

The Access property on codeunit 10826 "Generate File FEC" needs to be set to Public to access integration events to be added with https://github.com/microsoft/BCApps/issues/11005

 codeunit 10826 "Generate File FEC"
 {
-    Access = Internal;
+    Access = Public;
Provide an implementation (optional)
  • I will provide the implementation for this extensibility request

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.

Research direction

Start with codeunit 10826 "Generate File FEC" in the FEC Audit File extension and review its current Access property. Change the property to Public as specified, then run the repository's relevant validation or build checks; done means the codeunit is publicly accessible for the integration events tracked in issues 11005 and 10598.

Written by the indexing model from the issue text.

Assessment

Domain
backend-api-design
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
88/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.