How do you delete a readonly entity in MS CRM 4.0?
I have a quote entity that I want to delete, how do I do so 开发者_运维百科after its state is set to closed?
I covered how to do this in a blog article a couple years ago. There are some entities that you can't put back into a deletable state using web services, like contracts.
http://crmscape.blogspot.com/2008/10/ms-crm-data-import-cleaning-up-mess.html
You must re-open the quote to delete it... if I remember well the Close and Cancelled states are read only states.
精彩评论