I want to update an exisitng custom entity.
I tried setting the entity.Id ir entity["id"] property without success, there is another property called
entity.myentitynameid, which also didn't work.
So which property do I have to set here?
*This post is locked for comments
The Id attributes from entities must not be modified, you only can modify common attributes from the entity and then call your update request. Something like :
service.Update (entity);
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156