Skip to main content
The SuperOffice.CRM.Entities namespace exposes entity collections such as ContactCollection and PersonCollection. It is therefore possible to create a Contact entity and assign it to the collection and thereby saving the collection the Contact entity will be saved.

Code

CS

Walk-through

In the above code, a Contact entity has been created, and then it has been assigned to the instantiated ContactCollection. Then the collection has been saved like this:
CS