Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi All,
I'm trying to map an attribute value from WTPart to an EPM Document.
Created an Alias attribute on the EPM document and using mapping however it's not populating value from WTPart.
Tried using both the below relations none of them works.
buildSource@wtepm.EPMBuildRule~buildTarget^com.dslpune.rawpart~megatherm.itemgroup
describedBy@wt.epm.EPMDescribeLink~describes^com.dslpune.rawpart~megatherm.itemgroup
Any suggestions to fix this?
Thanks in advance.
Hi @Durga
Do you know that the EPMBuildRole connects CADDocument and WTPart together?
So you should use the wt.part.WTPart instead of rawpart
I would use following mapping
builtBy@wt.epm.build.EPMBuildHistory~built^wt.part.WTPart~megatherm.itemgroup
if the megatherm.itemgroup is a parameter of WTPart or sub wtpart.
If you want to map real rawpart which is connected with WTPart the mapping would be more complicated.
for ERP Material connected to CADDocument the mapping could look like following row.
describedBy@wt.esi.ERPMaterialEPMDocumentDescribeLink~describes^wt.esi.ERPMaterial~megatherm.itemgroup
PetrH