Hi, Sharing a sample code to retrieve more than 5000 records using the Fetch XML. Version 1 : private List<Entity> GetTotalRecordsfromFetch(string fetchXML, IOrganizationService orgService) { List<Entity> lstEntity = new List<Entity>();
Hi, Sharing a sample code to retrieve more than 5000 records using the Fetch XML. Version 1 : private List<Entity> GetTotalRecordsfromFetch(string fetchXML, IOrganizationService orgService) { List<Entity> lstEntity = new List<Entity>();
Recently we got the below error while trying to remove the marketing list member from a marketing list. This occurs if the marketing list is locked. The marketing list gets
While trying to login in Configuration Migration (DataMigrationUtility.exe), we were getting the below error in the log file. The tool was working fine from one machine but giving an error
In one of our recent implementations, we were working with Marketing List which could be in millions. So we had the recent request wherein we split the marketing list into
Recently, we had a requirement to send email to customers using a generic email address like donotreply@domain.com from Dynamics CRM (& Exchange Online). The way we can implement this is