Regarding URL PX
Hi
Is it possible to open a url from within Agile PLM using groovy script
Else if we have to do through URL PX , how do we do that, since I am relatively new to Agile PLM?
We want to open the url on clicking a option in Action Menu of a change order.
If somebody can share a example , it will be nice.
Thanks in advance.
You have to configure a URL px for this purpose, you can’t invoke a URL from groovy script.
If it’s just a static or non-transactional web page, then you can simply put the site’s URL in the Address field of the URL PX. If it’s an interactive webapp, then you have to create Agile SDK session from the cookies and proceed with whatever thing you wanna do.