Download Prism for AL
Download releases of Prism for AL below.

Current Release
This is the latest production release of Prism for AL.
- Prism for AL 1.1.0 SE Setup x64.msi
- Need a trial license? After download and installation, get your trial license via Prism's control panel
- Release Notes
Previous Release
Supported Versions of Business Central
BC Version | Description |
---|---|
17 | Officially supported; tested up to 17.4 |
16 | Officially supported |
15 | Officially supported |
14 | Partly supported; the C/AL base application is loaded as a symbol file (no code in triggers/procedures) |
System Requirements
Operating System | Description |
---|---|
Windows 10 | Officially supported |
Windows 7 | Customers have reported this to work |
Windows Server 2012 | Customers have reported this to work |
Processor (System Type) | Description |
---|---|
64-bit | Officially supported |
32-bit | We currently build Prism for AL for 64-bit processers, only; if you require a 32-bit version, then please let us know |
System Fonts | Description |
---|---|
Segoe MDL2 | Required font (SEGMDL2.TTF); due to Microsoft's licensing, we are not allowed to distribute this font |
File caching performance and anti-virus programs
When Prism for AL meets a package for the first time,
the individual source files are cached in the file system. Anti-virus programs can
slow down this process significantly, so you may consider excluding Prism for AL's cache path (%LOCALAPPDATA%\Statical\PrismAL\PackageCache
)
from being scanned.
If you are using Windows Defender, you can use PowerShell to exclude Prism for AL's cache directory. Copy the PowerShell commands to clipboard from Prism for AL's Help menu and run the PowerShell commands as administrator.
Anti-virus false positives
A note on anti-virus software and how to solve a false positive detection.
Known limitations
- Conditional compilation directives are partially implemented (ignored); this may cause compilation errors (in BC17.4, base application has one compilation error due to this issue)
- Symbol files properties TableRelations and CalcFields are not analyzed when they contain unquoted identifiers with spaces
Road map
The following items are on our radar for the next release:- Support for BC18 complex return types
- Support for BC18 report extension objects
- Support for BC18 key/index extensibility
- Find usages of page controls