Command forms

Commands are a form-level resource. For your integrating application, we recommend that you create a separate form that will contain the commands you define for your integration. To make it easy to find the commands that are defined within Microsoft Dynamics GP, consider using the following naming scheme for your command form:

Command_name

 

For the name portion, substitute something that uniquely identified your application. For example, the command form for the sample integrating application is named Command_IG_Sample.

The command form should contain one window with the following names:

Technical Name: Dummy

Title: ~internal~

 

These names prevent the command form from appearing in the Security Setup window and from being included in activity tracking.

Be sure that you set the AutoOpen property for the window to False to prevent the dummy window from being displayed when you open the command form.



Documentation Feedback