Unable to Create a systemuser in Dynamics CRM 365 online
问题 On update field of contact record I want to create a systemuser(user) in dynamics crm 365 online.but I’m getting error like "usersettings With Id = 5fe33120-607f-e811-a95c-000d3af29269 Does Not Exist" This is the below code I'm trying to create a user Entity getEntity = (Entity)context.InputParameters["Target"]; string str = getEntity.Attributes["new_isaeon"].ToString(); if (str != null && str == "True") { // http://localhost:51625/api/Users Entity sysuser = new Entity("systemuser"); sysuser