Skip to content

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

Description

Why do you need this change?

Related to #10598 #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 #11005

 codeunit 10826 "Generate File FEC"
 {
-    Access = Internal;
+    Access = Public;

Provide an implementation (optional)

  • I will provide the implementation for this extensibility request

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions