๐Ÿšจ Heads-up #msdyn365BC devs: Microsoft updated code signing rules.

If you're publishing .app files, newer certs now require secure hardware like Azure Key Vault or FIPS USB tokens.

โŒ No valid signature = No AppSource. Even on-prem needs explicit verification skips.

Signing options:
โœ”๏ธ Azure Key Vault
โœ”๏ธ PFX (legacy)
โœ”๏ธ Self-signed (local/on-prem)

๐Ÿ“ฆ Full guide:
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-sign-extension

#msdyn365BC #BusinessCentral #aldevelopment

Ever been told to delete old records to save space?

But what if you still need them?

Data Archive (Codeunit 600) in #msdyn365BC snapshots your data before deletion, safe, searchable, exportable.

โœ… Archive before delete
โœ… Works on custom tables
โœ… Saves as JSON
โœ… Export to Excel/CSV
โœ… Full walkthrough + code

Guide: ๐Ÿ‘‰ https://learnbeyondbc.com/blogs/bc-data-archive-codeunit-600-complete-guide

#msdyn365BC #ALDevelopment #businesscentral