Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello,
Does anyone know of a way (with limitedcustomization) to attach objects to a promotion request? Ideally I would like to be able to associate Windchill objects (such as problem reports or change requests), but out of the box it doesn't seem like youeven havethe ability to add attachments (local files & links).
Any help would be appreciated!
Thanks,
Sarah
There are configurable links(http://support.ptc.com/cs/help/windchill_hc/wc102_hc/index.jspx?id=WCCG_UICust_CustomizingPSE_ConfigLinkTables&action=show) available to create links between objects. In 10.0 those were supported for WTPart and WTDocument. One can try to customized links for change Objects.
The Promotion Notice implements the ContentHolder interface. The ContentHolder interface allow to have attachments. Promotion request can have the attachment one can write customization to add attachment (seems to be possible but never tried)
Thanks,
Shreyas