Passing Parameters Via URL
Summary
Passing Parameters Via URL in a Staged ApplicationContent
Hi Guys,
I have been working to develop an application that returns the contact details based on value provided in the input field (left window in the screenshot provided)
URL for the page - <VBCS portion>/webApps/dcs/?InputParamString=1032
.And once im clicking on a div of the page, im triggering an action chain which carries 1 parameter, then navigates to another page to use these parameters for populating a table.
Parameters are
1)restQueryParam_String : "?q=PartyNumber=1032"
URL - <VBCS portion>/webApps/dcs/?restQueryParam_String=%3Fq%3DPartyNumber%3D1032&page=shell&shell=overview-trials-001&overview-trials-001=overview-trials-001-newsrs
2