Implementing the business operation

Procedure

  1. Click File->New->Other from menu bar of RAD.
  2. Find and expand BTT folder from Application Wizard window.
  3. Select Transaction, then click Next button.
  4. Input an operation name. Click Next button
  5. Select Self-defined Operation. Click Finish button
  6. A transaction file is created
  7. Open transaction file with BTT Transaction Editor
  8. Create an operation class to implement execute method. For more information about BTT Transaction Editor, click How to create a operation with BTT Transaction Editor.
  9. In Transaction Dashboard window, click Generate button. A .xml file named as same as the transaction file is generated.

What to do next

Tip: A regular name for operation and processor is often used as following to make them be clearly know at a glance:
  • Use Op as the ending to all operation names.
  • Use Flow as the ending to all the processor names.