I've created a custom list (PBE) and attached a workflow which creates a task. When I edit the task, I am in my custom task form (.aspx)
I want to check a value in a field in my orginal custom list (pbe). The url passed to the custom task form has several parameters, but I think list = task list. In ID parameter I can see the original list guid.
Is it possible to retrieve the orginal PBE data through the task list or do I need to edit the url ID field, saying this I dont have a reference to the item itself ?
I'm coding in c# and using Visual Studio.