Start workflow from datalist
Hallo everybody, I have made a simple task list with an assignee, due date, priority and title in share. Now I want to start a workflow with a script. This is my script : var person=document.assocs["dl:issueAssignedTo"][0]; // what does assocs in thi...