Hello Guys,
I created a new JSP.
I would like to create links in JSP to forms that exists in the IDM
When I will click on the icon in JSP it should give a direct form.
How Do I do it?
Do I need to create another JSP?
Do you have any example for that?
Thanks,
Eliran.
Hey Eliran,
It's been a while
Check the bellow thread:
Has anyone been able to create a generic URL that will bring all users directly to a form when they click the url?
The following URL worked for me, but you will need to create a button first and map it to the form > then fetch the id of the button from the browser URL and then replace it with the highlighted part in red bellow:
https://yoursever/aveksa/main?ReqType=Dialog&PageID=RequestFormListWizard&Action=New&CRButton=651&includeTerminated=true
You can test the URL by directly hitting it in your browser (after logging into IG&L) where it should take you directly to the form run page.
The button needs to be placed anywhere just until you fetch the CR button id then its appearance can be removed, however the button has to always exist as a button object even if not used.
After obtaining the correct URL, use it as an HREF value for the HTML element that the users will click on to get redirected to the form run.