I am developing a new software (a desktop-application), where I access MS CRM 2013 through the CRM-WebService.
As there are a lot of tasks, where some operations may fail, I would like to use transactions within the webservice-access to prevent data integrity issues.
As read here: Does MSCRM web-service support database transactions?, it wasn't supported in CRM 4.0. And I don't know if it was already implemented in CRM 2011?
Could you please help me, whether the new crm-webservice-implementation supports transactional CRUDs.