Workflow Soluiton

 View Only
  • 1.  Retrieve arguments from URL

    Posted Oct 14, 2011 05:22 PM

    I would like to pass an argument to my webform application using the "?argname=value" syntax and be able to pick it up in my project. I believe I've seen this done but of course can't find out how to do it now. Basically I want to use the same webform application to work a bit differently based on the value of the argument passed in, e.g. /NewHireServiceRequestForm/NewHireServiceRequestForm.aspx?employeetype=full



  • 2.  RE: Retrieve arguments from URL
    Best Answer

    Posted Oct 14, 2011 05:43 PM

    It never fails, I barely finished hitting the save button on this post and it occured to me. For forms based project simply click on the Input Data item in the Primary model and add the argument there. The variable will automatically be made available to your project.