Hi all,
I have a SP list called 'Task' containing items and a lookup column called ParentTask linked to the ID column in the same 'Task' list.
What I want to achieve is basically users to link certain items together to 1 masteritem. Sort of like a sub-task within a larger task.
I have a gallery "galLinkItems" filtering the items from my SP list so the gallery contains possible sub-tasks for the larger task and in the gallery I have a combobox / checkbox for each item in the gallery for when the user wants to link the item as a sub-task to the larger task.
The larger task is displayed in a form called frmTaskSchedule so my larger task ID is in there.
I assume i need to use ForAll and Patch but i can't get it to work.
Any help would be greatly appreciated.
Thanks!
Hans