<entityconfig>
<entities>
...
<entity>
<id>PRODUCTS</id>
<name>Products</name>
<description></description>
<tablename>PRODUCTS</tablename>
<classname>com.crm.dataobject.products.CRMDOProduct</classname>
<typeentityid>PRODUCTTYPES</typeentityid>
<masterentityid></masterentityid>
<moduleid>PRODUCTS</moduleid>
<metadatafile>products</metadatafile>
<csrexcluded>false</csrexcluded>
<plarexcluded>true</
<acrexcluded>true</acrexcluded>
</entity>
<entity>
<id>PRODUCTTYPES</id>
<name>Product Types</name>
<description></description>
<tablename>PRODUCTTYPES</tablename>
<classname>com.crm.dataobject.products.CRMDOProductType</classname>
<typeentityid></typeentityid>
<masterentityid></masterentityid>
<moduleid>PRODUCTS</moduleid>
<metadatafile></metadatafile>
<csrexcluded>true</csrexcluded>
<plarexcluded>true</plarexcluded>
<acrexcluded>true</acrexcluded>
</entity>
...
</entities>
</entityconfig> |