Can I retrieve parameter from url and use it to put in the link in eSearch link config

1082
2
10-21-2016 10:05 AM
BrijeshSingh1
New Contributor

I am using Enhanced Search widget with Flex Viewer 3.7, it's a great tool. I am getting issue at one point when I try to configure link.

Example is as below:

<links>
<link alias="My Page" popuplinktype="image"><![CDATA[/MySite/Login/ProjectSelection/Project:LoadSummaryReport:session={session value from URL}&reportfile=TrackingReport&customsql=PROJ_ID='{PROJ_ID}']]></link>
</links>

I want to grab the session value from the current url and replace {session value from URL} with retrieved value.

Thanks in advance.

Brijesh

#esearch#esearch configuration

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Brijesh,

   There is no ability to grab a parameter from the url string to use in the link.

0 Kudos
BrijeshSingh1
New Contributor

Robert,

Thanks for the reply, I will try to find another way to deal with this problem.

Brijesh

0 Kudos