How to create a Custom Entity record using SDK?
*This post is locked for comments
How to create a Custom Entity record using SDK?
*This post is locked for comments
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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156