When an item is submitted, the workflow creates a link to a new item with the following tag in the URL, &origID=ItemProperty ID and it adds this to a column. Someone can open the original item, click on the link and it will open a new form with the original ID in the url. This is then added to a field on the form using javascript and this is used as my "Change Request".
With that said, here is my question.... How do i use javascript to take this ID and then populate the remaining fields on the form with the original item's fields? I have been reading/testing for hours and i cannot figure out how to query the list, filter by ID, and then set the various fields to variables. Once i have the fields set to variables, i know how to set these to the fields in my current item.... I just can't figure out how to get the fields from the query.
Thank in advance.... Let me know if you want further clarification.