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.
- Data Classes (com.crm.dataobject)
- Business Classes (com.crm.businessobject)
- 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