商机明细:报价明细
SELECT EntityMapId FROM EntityMapBase WHERE TargetEntityName='quotedetail' AND SourceEntityName='opportunityproduct'
查出来后用以下开启页面
http://[x]/Tools/SystemCustomization/Relationships/Mappings/mappingList.aspx?mappingId=[y]
报价明细:订单明细
SELECT EntityMapId FROM EntityMapBase WHERE TargetEntityName='salesorderdetail' AND SourceEntityName='quotedetail'
订单明细:发票明细
SELECT EntityMapId FROM EntityMapBase WHERE TargetEntityName='invoicedetail' AND SourceEntityName='salesorderdetail'