Hello Gurus,
I've written a report that returns all the markups and annotations against a particular CAD document and/or particular user. The problem is that when the object that the markup was created against is no longer the latest, the UI does not allow the user to view or open the markup. Bug? PTC Case logged!
Anyhow, i am trying to recreate the URL in the report that launches the markup in Creo View. I have been able to get all of the necessary data except for the application data id for the markup. Can anyone help me figure out the right way to get the application id linked and pulled into the report?
For the joins i have the following:
wt.viewmarkup.WTMarkUp - Role AObject Ref - wt.viewmarkup.WTMarkUp
wt.viewmarkup.TheMarkUpViewable - Role BObject Ref - wt.viewmarkup.Derived Image
wt.viewmarkup.Derived Image - Derived From Reference - wt.epm.EPMDOCUMENT
wt.org.WTUser - Ownership.Owner - wt.viewmarkup.WTMarkUp
I am building the URL as a concatenation as shown in the image below. I need to pull in the application id somehow and place it in the APPLICATION DATA ID placeholder.
Any help you can provide will be greatly appreciated.
Best Regards,
Dax Williams