December 2019
Beginner to intermediate
770 pages
16h 14m
English
When converting C/AL solutions into AL, you may also have cases where you are strictly forced to modify the standard AL code (we suggest avoiding this as much as possible because, if you modify Microsoft's base code, your solution cannot be moved to the Dynamics 365 Business Central SaaS environment). Let's get started:
# Environment Settings$imageName = "mcr.microsoft.com/businesscentral/onprem-ltsc2019"$auth = "NavUserPassword"$credential = New-Object pscredential 'admin', (ConvertTo-SecureString -String 'P@ssword1' -AsPlainText -Force)$licenseFile = "C:\temp\license.flf" ...
Read now
Unlock full access