06-14-2012 11:37 PM
Hi,
I have created a new entity named SimpleContact which maps to the table EC_SIMPLECONTACT in the database. After I created the main view for the entity, in the list view, all records is linked to the url xxx/EC_SIMPLECONTACT.aspx
But I actually created the page with name SimpleContact.aspx, I have no idea why the url is wrong in the generated entity link. I have checked the Plugin table, it seems the group created for the main view is with Family EC_SIMPLECONTACT not SimpleContact.
Can anyone tell me why the family name is defined as the table name rather than the entity name? If there any way to change it?
Thanks.