Enable Sub Grid for Contract Line (ContractDetail) entity in CRM 2011
Views (203)
Hi,
OOB if we try to add\insert sub grid for Contract Line entity in an Entity’s Form we would realize that the Contract Line entity doesn’t show up in the Entity drop down there.
The UNSUPPORTED way to get it enabled is to
Open the OrgName_MSCRM database
Run the following query
update metadataschema.entity
set IsChildEntity=0
where name=‘contractdetail’
This will let us add the sub grid for the contract line entity.

Bye.
Filed under: CRM 2011, Microsoft Dynamics CRM Tagged: CRM 2011, Microsoft Dynamics CRM
![]()
This was originally posted here.

Like
Report
*This post is locked for comments