- Extract ch5-post-conversion-cleanup-start.zip to a folder on your machine. You should have the \alCleanupProject folder.
- In Visual Studio Code, open the alCleanUpProject folder. You need to connect this project to your AL development sandbox. You can reuse the launch.json file from the previous recipe or create a new one. You can refer back to Chapter 1, Let's Get the Basics Out of the Way, and the recipe, Setting up your development sandbox, for how to do this. Once the project has been connected, you need to download the symbols.
- In Explorer, select Modification - Item(Table 27).al and find the block of code that starts with the following:
//Unsupported feature: Code Modification on "CheckDocuments(PROCEDURE 23)".
This ...