mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
- performance/use-setloadfields-for-partial-records: Clarify that filter-only fields (SetRange/SetFilter) do not need to be listed in SetLoadFields — the DB resolves them via the index without hydrating the value into AL memory. - performance/avoid-calcfields-in-loops: Add explicit exception for OnAfterGetRecord and OnValidate triggers, which are platform-managed and not developer-authored loops. - performance/split-read-only-and-write-paths-to-avoid-locktable: Add ReadIsolation as the primary recommendation for read-only paths; LockTable reserved for confirmed write paths only. - performance/prefer-direct-record-over-recordref: Scope the finding to hot unbounded loops (10k+ rows) over ledger-entry-scale tables; RecordRef in bounded/admin/setup contexts is not a concern. - upgrade/enum-changes-must-be-additive-at-the-end: Replace direct ObsoleteState = Removed guidance with the two-stage workflow (Pending first, Removed later); reference use-obsolete-pending-before-removed. - upgrade/use-datatransfer-for-large-dataset-initialization: Add the >300,000 records threshold as the concrete trigger for requiring DataTransfer. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| call-methods-from-onupgrade-triggers-not-inline-code.bad.al | ||
| call-methods-from-onupgrade-triggers-not-inline-code.good.al | ||
| call-methods-from-onupgrade-triggers-not-inline-code.md | ||
| detect-first-install-via-dataversion-zero.bad.al | ||
| detect-first-install-via-dataversion-zero.good.al | ||
| detect-first-install-via-dataversion-zero.md | ||
| do-not-make-external-calls-in-upgrade-codeunits.md | ||
| enum-changes-must-be-additive-at-the-end.bad.al | ||
| enum-changes-must-be-additive-at-the-end.good.al | ||
| enum-changes-must-be-additive-at-the-end.md | ||
| guard-every-database-read-in-upgrade-codeunits.bad.al | ||
| guard-every-database-read-in-upgrade-codeunits.good.al | ||
| guard-every-database-read-in-upgrade-codeunits.md | ||
| initvalue-does-not-populate-existing-records.bad.al | ||
| initvalue-does-not-populate-existing-records.good.al | ||
| initvalue-does-not-populate-existing-records.md | ||
| register-upgrade-tags-with-subscribers.bad.al | ||
| register-upgrade-tags-with-subscribers.good.al | ||
| register-upgrade-tags-with-subscribers.md | ||
| skip-non-essential-work-during-upgrade-context.bad.al | ||
| skip-non-essential-work-during-upgrade-context.good.al | ||
| skip-non-essential-work-during-upgrade-context.md | ||
| use-datatransfer-for-large-dataset-initialization.bad.al | ||
| use-datatransfer-for-large-dataset-initialization.good.al | ||
| use-datatransfer-for-large-dataset-initialization.md | ||
| use-obsolete-pending-before-removed.bad.al | ||
| use-obsolete-pending-before-removed.good.al | ||
| use-obsolete-pending-before-removed.md | ||
| use-upgrade-tags-not-version-checks.bad.al | ||
| use-upgrade-tags-not-version-checks.good.al | ||
| use-upgrade-tags-not-version-checks.md | ||