I work with Microsoft Dynamics CRM 2011. Another service communicates with CRM via IOrganizationService. In order to improve performance, I want to reduce the number of distinct calls. Particularly, I wonder if it is possible to obtain newly created or updated entity with all the fields that are initialized during plugins execution without making an extra call to the IOrganizationService.
As far as I know, it is possible in the newer versions of Microsoft Dynamics CRM. But is there a way it can be done in Microsoft Dynamics CRM 2011?