W
Winnes
Following situation:
CheckOutProject
ReadProject
taskRow = dsTasks.Task.FindByTASK_UIDPROJ_UID ...
lookup certain TaskCustomFieldsRow and set its TEXT_VALUE to a new value.
QueueUpdateProject
QueueCheckInProject
--> Result: my Custom Field is not updated... no exceptions... what am I
doing wrong
CheckOutProject
ReadProject
taskRow = dsTasks.Task.FindByTASK_UIDPROJ_UID ...
lookup certain TaskCustomFieldsRow and set its TEXT_VALUE to a new value.
QueueUpdateProject
QueueCheckInProject
--> Result: my Custom Field is not updated... no exceptions... what am I
doing wrong