I have a custom activity entity in Dynamics CRM 2011 on RU 15. When I add a new activity record of this custom activity type, it gets added as usual. However, when i then try to open it from the main grid on the main window, it doesn't open the activity, but instead opens the window to make a new activity of this type. I've looked into this, and it appears that the custom record does not get a oid attribute in the table row:
<tr class="ms-crm-List-Row" otypename="slfn_technischonderhoud" otype="10019" oid="">
Other custom entities, whether activities or not, do get a value for this oid attribute. I have no idea why this error occurs. This error also means that when I want to delete one of these records, I have to use the bulk delete tool, because this ID is used when deleting a record.
*This post is locked for comments
I have the same question (0)