The Sequence of work item
Dear Friends,
Please help me, how to create 1 work item only can be started if its predecessor has been closed?
example : Task B is the predecessor of Task A. The task A only can be started if the task B has been closed.
How to do that?
I have used the predecessor but it still can be started, only show the warning that Task B is started before the predecessor work item is complete.
please help
thank you
Please help me, how to create 1 work item only can be started if its predecessor has been closed?
example : Task B is the predecessor of Task A. The task A only can be started if the task B has been closed.
How to do that?
I have used the predecessor but it still can be started, only show the warning that Task B is started before the predecessor work item is complete.
please help
thank you
4 answers
Dear Friends,
Please help me, how to create 1 work item only can be started if its predecessor has been closed?
example : Task B is the predecessor of Task A. The task A only can be started if the task B has been closed.
How to do that?
I have used the predecessor but it still can be started, only show the warning that Task B is started before the predecessor work item is complete.
please help
thank you
Hai Friends,
please help me on this one.
thank you very much
You would need to write your own "work item save" process adviser to
detect and prevent this. As you correctly observed, the built-in
functionality only generates a warning, but does not prevent saving the
work item with this invalid state. There was a work item requesting
that this be an error, rather than a warning, but I'm working
disconnected at the moment, so cannot look up the workitem number.
Cheers,
Geoff
On 4/8/2011 1:53 AM, adichristantohasan wrote:
detect and prevent this. As you correctly observed, the built-in
functionality only generates a warning, but does not prevent saving the
work item with this invalid state. There was a work item requesting
that this be an error, rather than a warning, but I'm working
disconnected at the moment, so cannot look up the workitem number.
Cheers,
Geoff
On 4/8/2011 1:53 AM, adichristantohasan wrote:
Dear Friends,
Please help me, how to create 1 work item only can be started if its
predecessor has been closed?
example : Task B is the predecessor of Task A. The task A only can be
started if the task B has been closed.
How to do that?
I have used the predecessor but it still can be started, only show the
warning that Task B is started before the predecessor work item is
complete.
please help
thank you
Hi Geoff,
thank you before for your help..
so i need to write my own "work item save" to prevent this one?
i am really sorry, i don't understand about it because i am a new guy on RTC, could you please to explain me again with the detail? or any tutorial for this one?
thank you very much
thank you before for your help..
so i need to write my own "work item save" to prevent this one?
i am really sorry, i don't understand about it because i am a new guy on RTC, could you please to explain me again with the detail? or any tutorial for this one?
thank you very much
You would need to write your own "work item save" process adviser to
detect and prevent this. As you correctly observed, the built-in
functionality only generates a warning, but does not prevent saving the
work item with this invalid state. There was a work item requesting
that this be an error, rather than a warning, but I'm working
disconnected at the moment, so cannot look up the workitem number.
Cheers,
Geoff
On 4/8/2011 1:53 AM, adichristantohasan wrote:
Dear Friends,
Please help me, how to create 1 work item only can be started if its
predecessor has been closed?
example : Task B is the predecessor of Task A. The task A only can be
started if the task B has been closed.
How to do that?
I have used the predecessor but it still can be started, only show the
warning that Task B is started before the predecessor work item is
complete.
please help
thank you
An example can be found at:
http://jazz.net/wiki/bin/view/Main/RTCSDK20_ProcessPreConditionExample
Anyone else have another (or better) example/tutorial for this?
Cheers,
Geoff
On 4/18/2011 3:23 AM, adichristantohasan wrote:
http://jazz.net/wiki/bin/view/Main/RTCSDK20_ProcessPreConditionExample
Anyone else have another (or better) example/tutorial for this?
Cheers,
Geoff
On 4/18/2011 3:23 AM, adichristantohasan wrote:
Hi Geoff,
thank you before for your help..
so i need to write my own "work item save" to prevent this
one?
i am really sorry, i don't understand about it because i am a new guy
on RTC, could you please to explain me again with the detail? or any
tutorial for this one?
thank you very much
gmclemmwrote:
You would need to write your own "work item save" process
adviser to
detect and prevent this. As you correctly observed, the built-in
functionality only generates a warning, but does not prevent saving
the
work item with this invalid state. There was a work item requesting
that this be an error, rather than a warning, but I'm working
disconnected at the moment, so cannot look up the workitem number.
Cheers,
Geoff
On 4/8/2011 1:53 AM, adichristantohasan wrote:
Dear Friends,
Please help me, how to create 1 work item only can be started if
its
predecessor has been closed?
example : Task B is the predecessor of Task A. The task A only can
be
started if the task B has been closed.
How to do that?
I have used the predecessor but it still can be started, only show
the
warning that Task B is started before the predecessor work item is
complete.
please help
thank you