Implementing the business operation

  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.
  4. Input an operation name. Click Next.
  5. Select Self-defined Operation. Click Finish.
  6. A transaction file is created.
  7. Open transaction file with BTT Transaction Editor.
  8. Create an operation class to implement execute method.
  9. 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.