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.

Agile User Asked on August 10, 2021 in Product Collaboration.
Add Comment
1 Answer(s)

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.

Agile Expert Answered on August 10, 2021.

Thanks for the reply. My use case is to get the affected items for the particualr change and concatenate to a url and open that url. How that can be achieved?

 

 

on August 12, 2021.

We are planning to use a jsp as url in URL PX for opening the final url in a browser. Planning to embed the custompx within that jsp .Is that fine?

on August 12, 2021.

Hi Sabarish,

Are you able to run JSP from Agile? Would you mind sharing the directory information you use to place your JSP file? Thank you

 

Regards,

Lingga

on June 13, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.