Newest Build, Self Servicing.
Is this still the best way to add entities and delete them from a collection, or has a new way come about?
Create a deleteCollection of type CustomerCollection
Loop thru the currentCustomersCollection
Add the entity to delete to deleteCollection
Remove the entity from currentCustomersCollection
Call currentCustomersCollection.SaveMulti()
Call deleteCollection.DeleteMulti()
Thanks in advance
Ian