Consultor Eletrônico



Kbase 18129: Roundtable - Setting a task back to WIP
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/20/1998
Roundtable - Setting a task back to WIP

Prior to V8.2C, you can accidentaly create an object under
a completed task, or in some unreproducable situations,
complete a task without checking in all the objects.

Run the following program to set the task back to work
in process.

Substitute the task number for X.

FIND rtb_task X.
ASSIGN rtb_task.task-status = "W"
rtb_task.compltd-by = ""
rtb_task.compltd-when = ?.

Now you can select the task (it'll sort near the top with the rest of
the "W"ork In Process tasks) and complete it again.


7/98