Hello, everyone!
I just started working with crm 2011. I have connection with database:
I just started working with crm 2011. I have connection with database:
var connection = new CrmConnection("crmconnection"); var service = new OrganizationService(connection); var context = new CrmOrganizationServiceContext(connection);I need to get all activitypointers and their LastEditDate. Please help.=)