You can compile MenuSuite objects like the other objects in C/SIDE. It is the object references that are compiled. You can compile a MenuSuite object when you save it, or you can test-compile it to find possible errors. If the MenuSuite object contains a reference to a non-existing form, report, batch job, dataport, or codeunit, a compilation error occurs.

To compile a MenuSuite object

  1. Open the MenuSuite object in Navigation Pane Designer.

  2. Click Tools, and then click Compile.

    NoteNote

    The Run button in Object Designer is disabled when you click the MenuSuite button because a MenuSuite object cannot be run.

See Also