I see that I need to make the new value of the ‘Order’ field equal to ‘Current Workflow’s Contact’s Order’ but I can’t see ‘Current Workflow Contact’ as an option to select? Do you know what I’m missing here?
I’m trying to set the workflow so that when a group is dragged on it, it pushes the others down and keeps the rest above intact. I’m having trouble trying to figure how I would set that up in the workflow
I’ve devised a count system so that every new item gets added to the bottom, and can bring an item to swap places with other items, but not push the rest down. I’m trying to do some sort of declaration thing whereby all the cell’s with a cell index greater than the current cell, their order increases by 1 and any cell with a Food Group Name empty, is deleted.
I suggest only updating the object being dropped to be the average value of the objects that are before and after it in the new sequence. This way, you only perform a single update.
@Scott I was thinking of doing that by making the order initially integers and then when I move them, I’ll change the dragged groups value to some decimal like 0.01, or even 0.001+ but realized that eventually it would add up to a full integer higher. Of course I doubt if my users would drag objects a thousand times but just wanted to cover this fringe case.
hi all , i am trying to build a special droppable where we can drop from dropzone(1) to dropzone(2) , then move the object around while the data side shows a new object in user account, deduct the item placed from a total list of number we have, take the object droppable group and display the object in dropzone (2).
How to do that.
I am trying to basically use the top thread rule of moving object as well as adding the rule of making an object move from one dropzone to an other without being a repeating group.