You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi scott
Thank you for your job
for update template i want to save state in the collection.
I did this function while watching your video, but apparently there is an error.
when I move a task it returns to its position
(it's the europeen syntax )
Hi
Sorry Scott, i haven't define the "SortPositionType" and "CustomPositionColumn"
after this change the order was not good, I had to make the following modification on the items variable, is this normal?
Hi scott
Thank you for your job
for update template i want to save state in the collection.
I did this function while watching your video, but apparently there is an error.
when I move a task it returns to its position
(it's the europeen syntax )
ForAll(
Filter(
pcf_NotStarted.CurrentItems;
HasMovedZone = true || HasMovedPosition = true
) As TaskAssignment;
Patch(
colTasksList;
LookUp(
colTasksList;
Text(NUM_BON) = TaskAssignment.ItemId
);
{
zone: TaskAssignment.DropZoneId;
displayorder: TaskAssignment.Position;
edited: "true"
}
)
);;
Set(
TasksSaved;
false
);;
Do you have any idea about this error? thank
The text was updated successfully, but these errors were encountered: