Where can I find the code behind a “ShortCutKey” in a “MenuButton”? The function is in the “OnPush()” section of the “C/al Editor” and also listed in the “C/al symbol menu”; the function is not listed as “codeunit”. So were could the code behind this function be modified? Thanks.
If the functionname is listed in the C/AL Symbol Menu, you’ll find the function on the form itself.
Is it listed in the left Window pane? If so it should be there. Try Alt-V-B Functions. Otherwise (if you find it under Rec-Functions) you’ll find it in the SourceTable of the Form.
Ok, found it in the source table like you said! Thanks!