Generate symbol reference for AL per single object.
Hello Team!
I know that changing standard objects and creating new with C/AL is bad, but sometimes we have to do it. For example - changing function visibility from local to external or using .Net variables.
Here are some simple steps how to change standard object and immediately see the changes in VS Code :
1. Create shortcut for development environment.
2. Open its properties, Shortcut tab.
3. Add generatesymbolreference=yes parameter to Target field, press Apply and OK.:
4. Run your shortcut, make the changes in code and compile the object (or if you miss the symbols for the whole object, just select it and press F11 to recompile it).
5. Run Download symbols command in VS Code.
6. Now you see the changes in you object and you don't need to run symbols generation for whole database through command prompt.
Hope this will be helpful for you!

Like
Report
*This post is locked for comments