[Extensibility Request][FEC Audit File] change codeunit 10826 "Generate File FEC" Access property
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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