Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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