
How to create a Custom Entity record using SDK?
*This post is locked for comments
I have the same question (0)Hi,
You can use below code and please refer below link for more information.
Entity ent= new Entity("entityname");
ent["fieldname"] = "Test ";
Guid entid = service.Create(ent);
docs.microsoft.com/.../sample-create-retrieve-update-delete-late-bound