Conditional Redirect Based on the existence or non-existence of a required parameter.
"I'd like to request the ability to have a user redirected to a page (URL/Datapage/Etc) if a datapage that requires a parameter noticed that parameter has not been received for any reason.
For example, our users upon login are directed to a page where they select from a dropwon project they are working on. The project that is selected passes a ProjectID parameter that is required in many other datapages in our system. This is so that the user does not have to repeatedly select the project on each datapage after. This parameter is currently stored in the browser cache and frequently over time is either corrupted or removed from the browser cache. Thus making any datapage that normally receives the *Required parameter ProjectID display some sort of error due to the lack of the parameter.
I would like a feature that allows me to choose a URL/datapage/etc that would be a redirect destination if this required parameter is not present. In my previous example this destination would be the webpage where the user selects the Project and can pass the Project_ID parameter again."