I wached the drag and drop tutorial,
I searched for drag and drop in How To guide with no result.
My problem is:
I have BO Task
I have two queries NewTask and AssignedTask
NewTask: FIND Task Where Status = 'New'
AssignedTask: FIND Task Where Status = 'Assigned'
I have two processes DropNewTask and DropAssignedTask
DropNewTask: ThisStories.Status='New'
DropAssignedTask: ThisStories.Status='Assigned'
I turned on drag and drop in queries for object Task and select processes for move function:
NewTask: DropNewTask
AssignedTask: DropAssignedTask
My goal is to have ability to drop the Task item from querie New to Assigned to change the status, but I still have 'no entry' icon.
Do I missed something?