Skip to end of banner
Go to start of banner

Using the Java API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

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 Existing Business Logic

  • No labels