Close custom activity entity
                	 Mahender  
                 	 July 16, 2013   No Comments on Close custom activity entity               
                
            Are you looking to close your custom entity using SDK, then this post is for you. We can close ms crm custom activity type entity like other entities using SetStateRequest message. You can use below code for the same public void CompleteTextMessage() { IOrganizationService _CrmService = GetCRMService(); //a function to return ms crm service object SetStateRequest _SetStateReq = new… Read more »
