Implementing the business operation
Click
File->New->Other
from menu bar of RAD.
Find and expand BTT folder from Application Wizard window
Select
Transaction
, then click
Next
.
Input an operation name. Click
Next
.
Select
Self-defined Operation
. Click
Finish
.
A transaction file is created.
Open transaction file with BTT Transaction Editor.
Create an operation class to implement execute method.
In Transaction Dashboard window, click Generate button. An .xml file named as same as the transaction file generated.
What to do next
Note:
A regular name for operation and processor is recommended as following formats:
Use
Op
as the ending to all operation names.
Use
Proc
as the ending to all the processor names.
Parent topic:
Implementing the application