Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this example, we are going to implement a process class that will create a number of installed items. All process classes should be placed under com.crm.process.* named packages, extend either com.crm.process.CRMProcess or one of its subclasses  and follow this naming convention: CRMProcess<classname>BeanCRMProcess<entityname>Bean.java. Classes created for processes handled by the scheduler should extend com.crm.process.CRMProcessRunBean.

...

For more information on creating custom process classes, go to Customise Customize Existing Business Logic

To start implementing the view layer, go to Developing the View layer