Pass object name in plain text to URL PX
I have an URL PX and want to know is there a way to pass the object name/ID as part of the http request.
Say I access the URL PX from an Item’s action menu and want to pass the Item Number as part of the http request.
Thanks,
Alex
Generally in my doGet(HttpServletRequest request, HttpServletResponse response) method, i pass it as shown below:
String partNumber = request.getParameter(“agile.1001”);
Hi Alex,
You need not explicitly pass the Object Number. Request consists of object Number. You can get the object Number by below way.
String number=request.getParameter(“ContextName”);
Regards,
Karthik
sspak9
A little late, but if you run URL_PX from the Action Menu, Agile PLM will include the following attributes in the GET parameters and set secure cookie with one-time-use j_username, and j_password to log back into Agile PLM.
The attributes: