I am using LightSwitch HTML5 Client and have created the screen which contains new HTML5 table control .I also added the "Filter" popup in the "Browse Screen" which queries against the Odata source and filters rows in the table.
There is a requirement in my project that user will click on "Url Link" for eg: [http://localhost:8958/HTMLClient/?WorkflowId=9289] which will redirect user to the ListSwitch HTML5 Client and the LightSwitch Application will read the QueryString "WorkFlowId" and will filter the records based on it.
Is it possible to read "QueryString" throught LightSwitch HTML5 Client and also to pre-process Odata query with that input