Share via


Invokable procedures

With this release of Visual Studio Tools for Microsoft Dynamics GP, not all procedures can be invoked. Procedures with the following characteristics cannot be invoked:

  • The procedure uses "anonymous" parameters. These parameter types aren't known at the time the application is compiled.
  • The procedure uses "reference" parameters. These parameter types contain a link to a specific resource in the application dictionary.
  • If a composite field used as a procedure parameter contains a reference value, that procedure cannot be invoked.

If a procedure cannot be run by this version of Visual Studio Tools, it will not be included in the procedure lists displayed by the IntelliSense in Visual Studio.