Creating an Application Engine process file

To create an Application Engine process file:

  1. Select File > New or click New on the toolbar.
  2. If you create a new process, a process frame is shown in which you specify the code:
    #define EngineVersion 3.0
    #define RuntimeVersion 3.0
    
    bool NewProcess()
    @Description: "Describe your process here";
    @Category: "Place your process category here";
    @Returns: "Place the return value description here";
    {
    	/* To use intellisense press Ctrl-Space and select a function from the list */
    	/* To use autocompletion start typing the function. When the right function appears type the round opening bracket and select from a list of available signatures. */
    	/* add your BI# code here */
    
        
    	return true;
    }
    
  3. Specify the required process code in the work space.

    These user interface elements are displayed when you create an Application Engine process file:

    User interface of loaded Application Engine processes

    To use the code entry help functions and runtime functions, see these topics:

    Using code entry help functions to create and edit processes

    Using runtime functions

  4. To save the process in a folder of the file system, select File > Save As. Navigate to the folder where you store the file, specify the file name, and click Save.
  5. To import the process in a Repository database to which you are connected, see this topic: