Namespace Sage.CRM.Data
Classes
- CommunicationEntity
Used to create new appointments and tasks. This is a specialised version of an Entity. CreateAppointment() CreateTask()
- Entity
A more intelligent version of the Record class, this is used to update CRM Entities. FindEntity(string, string, string) CreateEntity(string)
- EntityCollection
Collection of related records from a CRM table. GetSubCollection(string)
- QuerySelect
Object to do simple select querys on the CRM database. GetQuery()
- Record
Used to create and update records from CRM tables. FindRecord(string, string) CreateRecord(string)