Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Child WO to inherit actual start and actual finish dates of Parent WO

From: janice c (2012-09-05 02:30)

Hi guys,
Just wondering if someone here tried implementing a solution wherein child work order will inherit the Actual Start and Actual Finish dates of the Parent Work order without the use of java class? We are using Maximo 7116. Thanks heaps!
Best regards,
Janice


From: mohska (2012-09-05 08:12)

You can use escalations
On 05 Sep 2012, at 03:30, "janice c" <carrillo_janice@yahoo.com> wrote:
> Hi guys,
>
> Just wondering if someone here tried implementing a solution wherein child work order will inherit the Actual Start and Actual Finish dates of the Parent Work order without the use of java class? We are using Maximo 7116. Thanks heaps!
>
> Best regards,
> Janice
>
>


From: shannon sutton (2012-09-05 10:00)

If i am not mistaken with the proper use of a status change the child work orders will inherit the actual start and actual finish of the parent work order with out of the box Maximo..
 
Shannon Dale SuttonMobile: 318-344-1297
________________________________
From: janice c <carrillo_janice@yahoo.com>
To: MAXIMO@yahoogroups.com
Sent: Tuesday, September 4, 2012 10:30 PM
Subject: [MAXIMO List] Child WO to inherit actual start and actual finish dates of Parent WO

 
Hi guys,
Just wondering if someone here tried implementing a solution wherein child work order will inherit the Actual Start and Actual Finish dates of the Parent Work order without the use of java class? We are using Maximo 7116. Thanks heaps!
Best regards,
Janice


From: carrillo_janice (2012-09-06 06:20)

Hi Shannon and Mohske,
Thanks for your swift responses. That's right. If the WO Status is INPG, Maximo will auto populate the Actual Start of Parent and child WO if it's null. Then once the status has been changed to COMP it will then populate the Actual Start and Actual Finish fields of both Parent and child if it's null. However, our users would like to populate the Actual Dates of the Parent then the child WO will inherit the value.
I've tried Escalation too but unfortunately it did not work which I'm expecting as I got a syntax error when I tried to test the expression I've used in the ACTION.DISPVALUE field. Below are the details of the action I've created.
Object : WORKORDER
Type : SET VALUE
Value : (select actstart from workorder where wonum = :parent and :orgid= 'ROAD')
I tried this one too
nvl(:actstart,(select actstart from workorder where wonum= :parent and :orgid= 'ROAD'))
Parameter : actstart
Thanks heaps.
Best regards,
Janice
--- In MAXIMO@yahoogroups.com, shannon sutton <shannonsuttondale@...> wrote:
>
> If i am not mistaken with the proper use of a status change the child work orders will inherit the actual start and actual finish of the parent work order with out of the box Maximo..
>  
> Shannon Dale SuttonMobile: 318-344-1297
>
>
> ________________________________
> From: janice c <carrillo_janice@...>
> To: MAXIMO@yahoogroups.com
> Sent: Tuesday, September 4, 2012 10:30 PM
> Subject: [MAXIMO List] Child WO to inherit actual start and actual finish dates of Parent WO
>
>
>  
> Hi guys,
>
> Just wondering if someone here tried implementing a solution wherein child work order will inherit the Actual Start and Actual Finish dates of the Parent Work order without the use of java class? We are using Maximo 7116. Thanks heaps!
>
> Best regards,
> Janice
>
>
>
>
>
>


From: Mohamed Skandaji (2012-09-06 15:01)

Janice,
here is what you need to put in the Action
Object : WORKORDER
Type : SET VALUE
Value : :wo_parent.actstart
Parameter : actstart
wo_parent relationship will be applied to link WO`s (tasks or not) to
their parent
If you need to apply this condition on tasks only, make sure to put the
condition in the escalation (ie parent is not null and istask =1)....
HTH
On Thu, Sep 6, 2012 at 7:20 AM, carrillo_janice
<carrillo_janice@yahoo.com>wrote:
> **
>
>
> Hi Shannon and Mohske,
>
> Thanks for your swift responses. That's right. If the WO Status is INPG,
> Maximo will auto populate the Actual Start of Parent and child WO if it's
> null. Then once the status has been changed to COMP it will then populate
> the Actual Start and Actual Finish fields of both Parent and child if it's
> null. However, our users would like to populate the Actual Dates of the
> Parent then the child WO will inherit the value.
> I've tried Escalation too but unfortunately it did not work which I'm
> expecting as I got a syntax error when I tried to test the expression I've
> used in the ACTION.DISPVALUE field. Below are the details of the action
> I've created.
>
> Object : WORKORDER
> Type : SET VALUE
> Value : (select actstart from workorder where wonum = :parent and :orgid=
> 'ROAD')
> I tried this one too
> nvl(:actstart,(select actstart from workorder where wonum= :parent and
> :orgid= 'ROAD'))
> Parameter : actstart
>
> Thanks heaps.
>
> Best regards,
> Janice
>
>
> --- In MAXIMO@yahoogroups.com, shannon sutton <shannonsuttondale@...>
> wrote:
> >
> > If i am not mistaken with the proper use of a status change the child
> work orders will inherit the actual start and actual finish of the parent
> work order with out of the box Maximo..
> > �
>
> > Shannon Dale SuttonMobile: 318-344-1297
> >
> >
> > ________________________________
> > From: janice c <carrillo_janice@...>
>
> > To: MAXIMO@yahoogroups.com
> > Sent: Tuesday, September 4, 2012 10:30 PM
> > Subject: [MAXIMO List] Child WO to inherit actual start and actual
> finish dates of Parent WO
> >
> >
> > �
> > Hi guys,
> >
> > Just wondering if someone here tried implementing a solution wherein
> child work order will inherit the Actual Start and Actual Finish dates of
> the Parent Work order without the use of java class? We are using Maximo
> 7116. Thanks heaps!
> >
> > Best regards,
> > Janice
> >
> >
> >
> >
> >
> >
>
>
>
--
Mohamed Skandaji, MBA, PMP


From: Kevin Egolf (2012-09-06 10:21)

We are on v6.2 and the actual start and actual finish dates on the child and
task work orders populate when the status changes the same way they do for
the parent work order. The "Inherit status change" field is checked by
default on children and tasks. When the parent status is changed to INPRG
the child work order status updates to INPRG and the actual start date is
populated. The same is true for a status change to COMP. This is out of the
box functionality and should work for you without the need for an
escalation.
Kevin
-----Original Message-----
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
Mohamed Skandaji
Sent: Thursday, September 06, 2012 10:01 AM
To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] Child WO to inherit actual start and actual
finish dates of Parent WO
Janice,
here is what you need to put in the Action
Object : WORKORDER
Type : SET VALUE
Value : :wo_parent.actstart
Parameter : actstart
wo_parent relationship will be applied to link WO`s (tasks or not) to their
parent
If you need to apply this condition on tasks only, make sure to put the
condition in the escalation (ie parent is not null and istask =1)....
HTH
On Thu, Sep 6, 2012 at 7:20 AM, carrillo_janice
<carrillo_janice@yahoo.com>wrote:
> **
>
>
> Hi Shannon and Mohske,
>
> Thanks for your swift responses. That's right. If the WO Status is
> INPG, Maximo will auto populate the Actual Start of Parent and child
> WO if it's null. Then once the status has been changed to COMP it will
> then populate the Actual Start and Actual Finish fields of both Parent
> and child if it's null. However, our users would like to populate the
> Actual Dates of the Parent then the child WO will inherit the value.
> I've tried Escalation too but unfortunately it did not work which I'm
> expecting as I got a syntax error when I tried to test the expression
> I've used in the ACTION.DISPVALUE field. Below are the details of the
> action I've created.
>
> Object : WORKORDER
> Type : SET VALUE
> Value : (select actstart from workorder where wonum = :parent and
> :orgid=
> 'ROAD')
> I tried this one too
> nvl(:actstart,(select actstart from workorder where wonum= :parent and
> :orgid= 'ROAD')) Parameter : actstart
>
> Thanks heaps.
>
> Best regards,
> Janice
>
>
> --- In MAXIMO@yahoogroups.com, shannon sutton <shannonsuttondale@...>
> wrote:
> >
> > If i am not mistaken with the proper use of a status change the
> > child
> work orders will inherit the actual start and actual finish of the
> parent work order with out of the box Maximo..
> > Â
>
> > Shannon Dale SuttonMobile: 318-344-1297
> >
> >
> > ________________________________
> > From: janice c <carrillo_janice@...>
>
> > To: MAXIMO@yahoogroups.com
> > Sent: Tuesday, September 4, 2012 10:30 PM
> > Subject: [MAXIMO List] Child WO to inherit actual start and actual
> finish dates of Parent WO
> >
> >
> > Â
> > Hi guys,
> >
> > Just wondering if someone here tried implementing a solution wherein
> child work order will inherit the Actual Start and Actual Finish dates
> of the Parent Work order without the use of java class? We are using
> Maximo 7116. Thanks heaps!
> >
> > Best regards,
> > Janice
> >
> >
> >
> >
> >
> >
>
>
>
--
Mohamed Skandaji, MBA, PMP
------------------------------------
Email addresses you might need:
Posting: MAXIMO@yahoogroups.com
Join : MAXIMO-subscribe@yahoogroups.com
Leave : MAXIMO-unsubscribe@yahoogroups.com
Cry : MAXIMO-owner@yahoogroups.com
Group : http://groups.yahoo.com/group/MAXIMOYahoo! Groups Links


From: janice c (2012-09-20 02:33)


Hi guys,
Sorry for the very late response. Thank you so much Mohamed! The said solution works perfectly! SO for those who might need this in the future, below are the ACTIONS I've implemented. Then in the ESCALATIONS, just specify your condition.
Object : WORKORDER
Type : SET VALUE
Value : :wo_parent.actstart
Parameter : actstart
All the best! Cheers!
Best regards,
Janice
--- In MAXIMO@yahoogroups.com, Kevin Egolf <kegolf@...> wrote:
>
> We are on v6.2 and the actual start and actual finish dates on the child and
> task work orders populate when the status changes the same way they do for
> the parent work order. The "Inherit status change" field is checked by
> default on children and tasks. When the parent status is changed to INPRG
> the child work order status updates to INPRG and the actual start date is
> populated. The same is true for a status change to COMP. This is out of the
> box functionality and should work for you without the need for an
> escalation.
>
> Kevin
>
> -----Original Message-----
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
> Mohamed Skandaji
> Sent: Thursday, September 06, 2012 10:01 AM
> To: MAXIMO@yahoogroups.com
> Subject: Re: [MAXIMO List] Child WO to inherit actual start and actual
> finish dates of Parent WO
>
> Janice,
> here is what you need to put in the Action
>
>
> Object : WORKORDER
> Type : SET VALUE
> Value : :wo_parent.actstart
> Parameter : actstart
>
>
> wo_parent relationship will be applied to link WO`s (tasks or not) to their
> parent
>
> If you need to apply this condition on tasks only, make sure to put the
> condition in the escalation (ie parent is not null and istask =1)....
>
> HTH
>
>
>
>
>
> On Thu, Sep 6, 2012 at 7:20 AM, carrillo_janice
> <carrillo_janice@...>wrote:
>
> > **
> >
> >
> > Hi Shannon and Mohske,
> >
> > Thanks for your swift responses. That's right. If the WO Status is
> > INPG, Maximo will auto populate the Actual Start of Parent and child
> > WO if it's null. Then once the status has been changed to COMP it will
> > then populate the Actual Start and Actual Finish fields of both Parent
> > and child if it's null. However, our users would like to populate the
> > Actual Dates of the Parent then the child WO will inherit the value.
> > I've tried Escalation too but unfortunately it did not work which I'm
> > expecting as I got a syntax error when I tried to test the expression
> > I've used in the ACTION.DISPVALUE field. Below are the details of the
> > action I've created.
> >
> > Object : WORKORDER
> > Type : SET VALUE
> > Value : (select actstart from workorder where wonum = :parent and
> > :orgid=
> > 'ROAD')
> > I tried this one too
> > nvl(:actstart,(select actstart from workorder where wonum= :parent and
> > :orgid= 'ROAD')) Parameter : actstart
> >
> > Thanks heaps.
> >
> > Best regards,
> > Janice
> >
> >
> > --- In MAXIMO@yahoogroups.com, shannon sutton <shannonsuttondale@>
> > wrote:
> > >
> > > If i am not mistaken with the proper use of a status change the
> > > child
> > work orders will inherit the actual start and actual finish of the
> > parent work order with out of the box Maximo..
> > > Â
> >
> > > Shannon Dale SuttonMobile: 318-344-1297
> > >
> > >
> > > ________________________________
> > > From: janice c <carrillo_janice@>
> >
> > > To: MAXIMO@yahoogroups.com
> > > Sent: Tuesday, September 4, 2012 10:30 PM
> > > Subject: [MAXIMO List] Child WO to inherit actual start and actual
> > finish dates of Parent WO
> > >
> > >
> > > Â
> > > Hi guys,
> > >
> > > Just wondering if someone here tried implementing a solution wherein
> > child work order will inherit the Actual Start and Actual Finish dates
> > of the Parent Work order without the use of java class? We are using
> > Maximo 7116. Thanks heaps!
> > >
> > > Best regards,
> > > Janice
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
>
>
>
> --
> Mohamed Skandaji, MBA, PMP
>
>
>
>
>
>
> ------------------------------------
>
> Email addresses you might need:
> Posting: MAXIMO@yahoogroups.com
> Join : MAXIMO-subscribe@yahoogroups.com
> Leave : MAXIMO-unsubscribe@yahoogroups.com
> Cry : MAXIMO-owner@yahoogroups.com
> Group : http://groups.yahoo.com/group/MAXIMOYahoo! Groups Links
>