I have a master list (Projects) containing all the data about the projects my clients' employees (technical writers) are working on. When it's time for the writers to grab sign offs on the project they are working on, they run a workflow called, appropriately, "Send for Approvals".
The workflow itself is pretty simple: create some approval tasks for other individuals in the company based on selections made in the Projects list. The only problem is, the writers aren't double checking that they've made accurate selections before sending their items off for approvals, which is creating a huge administrative headache.
So, I've been trying to display the list item information for the specific list item on which the writers are running the workflow on its initiation form, customized in InfoPath 2010.
I know I need the List Item ID in order to do this and, after intense research, it appears that the only place the List Item ID is held during initiation is in the current URL, which is passed as a parameter into the workflow once it starts.
Can I get at that List Item ID in the URL, or is there another way?
Any help is appreciated.
FYI: I cannot use the InfoPath Form Web Part or any VB solutions.
