Hi,
We create a CAD Part in Creo and its corrosponding Drawing in Creo. Then we Check both of them into Windcill with Auto Association, so a WTPart corrosponding to them gets created. We need the URL of the Drawing which we created in Creo.We just need UL so that we can open it in Creo View.
We tried using UIHelper.getLaunchProductView but gives us the URL of CAD Part.
We also tried using WVSContentHelper.getDownloadURL but it is giving us 5-6 URL links (which has Partnumber. jpg/log/ol/pvs/plt/pvt/pvm as extensions) but we need only one and that too that of Drawing.
Please suggest how to do this.