rumpumpel1 has asked for the wisdom of the Perl Monks concerning the following question:
and some other combinations as well. In the resulting schedule this field is always 0.$task->{"%WorkComplete"} = "100"; $task->{"%WorkComplete"} = 100; $task->{"%Work Complete"} = "100"; $task->{"%Work Complete"} = 100;
Any help greatly appreciated.
edit: I found the solution:
$task->{"PercentWorkComplete"} = "100";
|
|---|