I am trying to save the record
at Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges(SaveChangesOptions options)
var lead = this.GetLeadPopulated(leadLog, language, Event, account, brand, duplicatedLead);
lead.Id = Guid.NewGuid();
this.XrmContext.AddObject(lead);
this.XrmContext.SaveChanges();
Please help...!
Thanks
*This post is locked for comments