Versions Compared

Key

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

Using the Java API

The CRM.COM Java API is a packaged, fully documented platform that allows easy customization of all of its modules. There are 3 main packages in CRM.COM.

  1. Data Classes (com.crm.dataobject)
  2. Business Classes (com.crm.businessobject)
  3. Process Classes (com.crm.process)

 

If you want to reuse or extend any of the data objects, you should browse the Data Classes. If you want to reuse or extend your own business logic, you should browse the Business and Process Classes respectively. Our fully documented Javadoc can be found at API & SDK Documentation

 

If you want to see examples of extending the java code, go to Customising Customise Existing Business Logic