Select .
The New Program dialog box opens.
On the Basics tab, enter these details: - Enter a Name. The program name must be unique.
- Enter a Description.
- Click the ellipsis button to associate a User with the program.
The access available for the selected user is granted to the program when it runs, regardless of which user actually runs the program.
- Indicate the type of code this program object executes:
- Java, when the code is a JPO (Java programming object).
- MQL
- External
- Select an option for Execute:
- Immediate. The program runs within the current transaction.
- Defered. The program is cued to run after the outer-most transaction is successfully committed.
- If the program requires an existing business object, such as when promoting, check Needs Business Object.
- For MQL or External programs that need to be executed on a client, and not within the web product, check Downloadable.
- For External programs that can be piped to a program, check Piped.
- For programs written in Tcl code, check Pooled to allow allocating a pool of Tcl interpreters without requiring the system to initialize, allocate and close the Tcl interpreter each time a Tcl program is run.
- If you do not want the program to display in program choosers (the program is not designed to run on its own), check Hidden. The program can still be accessed using MQL.
Click the Code tab.
Write the code using one of these methods: - Enter the code in the Code text box.
- Use an integrated development environment to write the code.
- Use a text editor.
If you entered the code in the Code tab, click Compile.
Click Create.
Create an eService Trigger Program Parameters object to call this trigger. See Adding a Trigger for a Trigger Event.
|