Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I am trying to create an alias attribute on a document to show related reference by part.
I have tried below mappings but it does not work:
references@wt.part.WTPartReferenceLink~referencedBy^wt.part.WTPart~number
references^wt.doc.WTDocumentMaster@wt.part.WTPartReferenceLink~referencedBy^wt.part.WTPart~number
masterreference^wt.doc.WTDocumentMaster@wt.part.WTPartReferenceLink~referencedBy^wt.part.WTPart~number
Solved! Go to Solution.
This mapping worked:
masterReference^wt.doc.WTDocumentMaster~references@wt.part.WTPartReferenceLink~referencedBy^wt.part.WTPart~number
We first have to point to document master, then to the link
This mapping worked:
masterReference^wt.doc.WTDocumentMaster~references@wt.part.WTPartReferenceLink~referencedBy^wt.part.WTPart~number
We first have to point to document master, then to the link