cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Mapping WTPart attribute to EPM Document

Durga
12-Amethyst

Mapping WTPart attribute to EPM Document

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.

 

 

1 REPLY 1
HelesicPetr
22-Sapphire I
(To:Durga)

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

Top Tags