Hello,
Are there a rollback system implement in the web services ?
For exemple: I would like to delete 10 accounts.
Imagine, the 4th guid failed to delete. Can i retrieveve the 3 previews (with th same guid and relation) ?
foreach (Guid guid in Guids) { OrgService.Delete("account", guid); }
My second question:
How can i disconnect from the web service ? I don't find a function to disconnect inIOrganizationService.
Thank you for support.