Skip to content

Identify and replace deprecated or obsolete features #12

@finnpedersenkazes

Description

@finnpedersenkazes

Context

Business Central 26 and 27 deprecate certain features and promote some warnings to errors. To keep the library future‑proof, we should identify and replace any deprecated or obsolete features used in the library.

Proposed changes

  • Run CodeCop and AppSourceCop analyzers to identify warnings, deprecations, and obsolete API usage in the library.
  • Review library functions to find calls to APIs or patterns that are now obsolete or have been moved/renamed in BC 26/27.
  • Replace or refactor deprecated features with supported alternatives or new API usage (e.g., fields moved to other setup pages, changed function names).
  • Update documentation and comments to reflect new implementations and ensure there are tests covering replacements.
  • Monitor BC release notes for any upcoming features that will become mandatory or errors in future versions.

These changes will ensure the library remains compatible with the latest platform and reduce technical debt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions