Tagged: AL / CAL

9

Docker Desktop Failed to Initialize

After updating the Docker Desktop to the latest version successfully, the docker was acting up and refused to start up. To fix this issue, try to delete below folders. %USERPROFILE%\AppData\Local\Docker%USERPROFILE%\AppData\Roaming\Docker%USERPROFILE%\AppData\Roaming\Docker Desktop Once deleted, you...

Looping Through Enum 1

Looping Through Enum

Sometimes you may need to loop through Enum. To do this, you can use List Data Type. Edit: A few people asking why I use repeat until in here. The snippet code above is...

0

Protected Variables in AL

If you want to make a global variable accessible from table to table extension, or from page to page extension, you would normally need to create a procedure to get or set the variables....