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.



Prevent Users From Closing Work Orders With Open PO

From: Vincent (2012-08-09 07:06)

Hi,
Can the users be prevented from closing a work order when a PO is still open?
I tried this link from IBM but apparently this works only for Maximo 7.1:
http://www-01.ibm.com/support/docview.wss?uid=swg21591420
I think this was available for version 6, but not sure for 7.5 though.
Thanks in avdance


From: Chris McClinch (2012-08-09 06:25)

This may be swatting flies with a cruise missile for your implementation, but on a previous job I replaced the Change Status button and action with a workflow. The workflow applied plenty of business logic, including checking for open POs or PRs, limiting the menu of available statuses to those that fit our business processes, and firing off e-mails to interested parties when certain conditions were met. It's probably not worth it if all you want to do is prevent closure of a work order with an active PO, but it's worth thinking about if you have more significant business logic you'd like to bake into status changes.
Sent from my iPad
On Aug 9, 2012, at 3:06 AM, "Vincent" <vincentildin@yahoo.com> wrote:
> Hi,
>
> Can the users be prevented from closing a work order when a PO is still open?
>
> I tried this link from IBM but apparently this works only for Maximo 7.1:
>
> http://www-01.ibm.com/support/docview.wss?uid=swg21591420
>
> I think this was available for version 6, but not sure for 7.5 though.
>
> Thanks in avdance
>
>


From: Kevin Egolf (2012-08-09 07:12)

We removed the rights for users to close work orders completely. We use an
escalation that closes work orders after a set period of time. it first
verifies that there are no open purchase orders or purchase requests for the
work order. If an open purchasing document is identified an email is sent to
the site contact.

Kevin

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
Vincent
Sent: Thursday, August 09, 2012 3:07 AM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Prevent Users From Closing Work Orders With Open PO


Hi,
Can the users be prevented from closing a work order when a PO is still
open?
I tried this link from IBM but apparently this works only for Maximo 7.1:
http://www-01.ibm.com/support/docview.wss?uid=swg21591420
I think this was available for version 6, but not sure for 7.5 though.
Thanks in avdance


From: Mohamed Skandaji (2012-08-09 13:20)

if you don`t want to customize, you can probably use a condition on status
change to CLOSE (domain application + condition expression manager
application). Ppl will not be able to go to status CLOSE, but will not see
any message that will explain why....
On Thu, Aug 9, 2012 at 12:12 PM, Kevin Egolf <kegolf@techopsolutions.net>wrote:
> **
>
>
> We removed the rights for users to close work orders completely. We use an
> escalation that closes work orders after a set period of time. it first
> verifies that there are no open purchase orders or purchase requests for
> the
> work order. If an open purchasing document is identified an email is sent
> to
> the site contact.
>
> Kevin
>
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
> Vincent
> Sent: Thursday, August 09, 2012 3:07 AM
> To: MAXIMO@yahoogroups.com
> Subject: [MAXIMO List] Prevent Users From Closing Work Orders With Open PO
>
>
> Hi,
>
> Can the users be prevented from closing a work order when a PO is still
> open?
>
> I tried this link from IBM but apparently this works only for Maximo 7.1:
>
> http://www-01.ibm.com/support/docview.wss?uid=swg21591420
>
> I think this was available for version 6, but not sure for 7.5 though.
>
> Thanks in avdance
>
>
>
>
>
--
Mohamed Skandaji, MBA, PMP


From: dancue23 (2012-08-14 11:05)


--- In MAXIMO@yahoogroups.com, "Vincent" <vincentildin@...> wrote:
>
> Hi,
>
> Can the users be prevented from closing a work order when a PO is still open?
>
> I tried this link from IBM but apparently this works only for Maximo 7.1:
>
> http://www-01.ibm.com/support/docview.wss?uid=swg21591420
>
> I think this was available for version 6, but not sure for 7.5 though.
>
> Thanks in avdance
>
Vincent,
Are you using Rules Manager? If so creating a rule would be one way to do prevent users from closing a work order with an open PO. I have an escalation that closes POs whose receipts have been completed for 45 days.


From: Shannon Rotz (2012-08-14 19:59)

Yes - I would recommend eliminating everyone's rights to close work orders.
Then set up an escalation to close work orders if your conditions are met,
i.e.:

Status = 'COMP' and wonum not in (select refwo from po, poline where
po.ponum = poline.ponum and po.historyflag = 0)

(Just off the top of my head.)



Shannon

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
dancue23
Sent: August-14-12 4:06 AM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Re: Prevent Users From Closing Work Orders With Open
PO


--- In MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com> , "Vincent"
<vincentildin@...> wrote:
>
> Hi,
>
> Can the users be prevented from closing a work order when a PO is still
open?
>
> I tried this link from IBM but apparently this works only for Maximo 7.1:
>
> http://www-01.ibm.com/support/docview.wss?uid=swg21591420
>
> I think this was available for version 6, but not sure for 7.5 though.
>
> Thanks in avdance
>
Vincent,
Are you using Rules Manager? If so creating a rule would be one way to do
prevent users from closing a work order with an open PO. I have an
escalation that closes POs whose receipts have been completed for 45 days.


From: Travis Herron (2012-08-15 15:12)

Leave a responsible person with access to CLOSE work orders though. For example, yesterday I had to decommission an Asset. You can't do that if the Asset is attached to open work orders.
Otherwise, yes, having an Escalation to close them is the way to go.
Travis Herron
--- In MAXIMO@yahoogroups.com, "Shannon Rotz" <shannonrotz@...> wrote:
>
> Yes - I would recommend eliminating everyone's rights to close work orders.
> Then set up an escalation to close work orders if your conditions are met,
> i.e.:
>
>
>
> Status = 'COMP' and wonum not in (select refwo from po, poline where
> po.ponum = poline.ponum and po.historyflag = 0)
>
>
>
> (Just off the top of my head.)
>
>
>
>
>
>
>
> Shannon
>
>
>
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
> dancue23
> Sent: August-14-12 4:06 AM
> To: MAXIMO@yahoogroups.com
> Subject: [MAXIMO List] Re: Prevent Users From Closing Work Orders With Open
> PO
>
>
>
>
>
>
>
> --- In MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com> , "Vincent"
> <vincentildin@> wrote:
> >
> > Hi,
> >
> > Can the users be prevented from closing a work order when a PO is still
> open?
> >
> > I tried this link from IBM but apparently this works only for Maximo 7.1:
> >
> > http://www-01.ibm.com/support/docview.wss?uid=swg21591420
> >
> > I think this was available for version 6, but not sure for 7.5 though.
> >
> > Thanks in avdance
> >
>
> Vincent,
>
> Are you using Rules Manager? If so creating a rule would be one way to do
> prevent users from closing a work order with an open PO. I have an
> escalation that closes POs whose receipts have been completed for 45 days.
>
>
>
>
>
>
>