Show TOC

Macros used in EPMExecuteAPI functionLocate this document in the navigation structure

For all APIs listed in this section, you must specify EPMExecuteAPI before the name of the API you want to execute.

The general syntax is the following: EPMExecuteAPI(APIName, DisplayedText, Arg1, Arg2 …)
  • APIName: DataManagerRunPackage for example
  • DisplayedText: when launched from Application.Run, this parameter is not used and you can leave it empty (see the example below). You can simply not mention the displayedText value in the case where there is no parameter after.
  • Arg1, Arg2, etc: all the parameters needed for the macro.

For more information on the EPMExecuteAPI function, see EPMExecuteAPI.