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;
}
Specify the required process code in the work space.
These user interface elements are displayed when you create an
Application Engine
process file:
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.
To import the process in a
Repository
database to which you are connected, see this topic: