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.



Setting a calculated default - V7.1

From: Shannon Rotz (2011-09-28 15:06)

Hi guys: I'm trying to set a default Follow-up Date on Pos that are
generated by Reorder. However, the users want it to be

Getdate() + 7 (This is a SQL Server db)

Anyone figured out a good way to do that without customizing?



Shannon Rotz
InComm Solutions Inc.
IBM Certified Deployment Professional
IBM Certified Solution Advisor
Maximo Asset Management V7




From: in2data (2011-09-29 16:02)

Hi,
I use an escalation on the poline vendeliverydate. If it's null I have an action to set the date to :&DATE&+7. We use SQL server too.
I run it just once a day but you could run it more often.
Users will not see the date until it runs.
You could also put that in as the default value for the field in database configuration. It'll put that date in the field if they create a new PO. Maybe it'll also work for reorder POs?
Dave Bone
--- In MAXIMO@yahoogroups.com, "Shannon Rotz" <shannonrotz@...> wrote:
>
> Hi guys: I'm trying to set a default Follow-up Date on Pos that are
> generated by Reorder. However, the users want it to be
>
>
>
> Getdate() + 7 (This is a SQL Server db)
>
>
>
> Anyone figured out a good way to do that without customizing?
>
>
>
>
>
>
>
> Shannon Rotz
>
> InComm Solutions Inc.
>
> IBM Certified Deployment Professional
>
> IBM Certified Solution Advisor
>
> Maximo Asset Management V7
>
>
>
>
>
>
>
>
>
>
>


From: Victor (2011-09-29 16:07)

Hello Shannon,
Dave is absolutely correct. Dave's Both options should work.
Thanks,
Victor.
--- In MAXIMO@yahoogroups.com, "in2data" <in2data@...> wrote:
>
> Hi,
>
> I use an escalation on the poline vendeliverydate. If it's null I have an action to set the date to :&DATE&+7. We use SQL server too.
>
> I run it just once a day but you could run it more often.
>
> Users will not see the date until it runs.
>
> You could also put that in as the default value for the field in database configuration. It'll put that date in the field if they create a new PO. Maybe it'll also work for reorder POs?
>
> Dave Bone
>
> --- In MAXIMO@yahoogroups.com, "Shannon Rotz" <shannonrotz@> wrote:
> >
> > Hi guys: I'm trying to set a default Follow-up Date on Pos that are
> > generated by Reorder. However, the users want it to be
> >
> >
> >
> > Getdate() + 7 (This is a SQL Server db)
> >
> >
> >
> > Anyone figured out a good way to do that without customizing?
> >
> >
> >
> >
> >
> >
> >
> > Shannon Rotz
> >
> > InComm Solutions Inc.
> >
> > IBM Certified Deployment Professional
> >
> > IBM Certified Solution Advisor
> >
> > Maximo Asset Management V7
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>


From: Kevin Wertz (2011-10-08 12:12)

Is follow-up date an existing attribute or is this a new attribute they're
asking for?
Kevin Wertz
Grifols Inc
On Thu, Sep 29, 2011 at 12:07 PM, Victor <vikas17.j@gmail.com> wrote:
> **
>
>
> Hello Shannon,
>
> Dave is absolutely correct. Dave's Both options should work.
>
> Thanks,
> Victor.
>
>
> --- In MAXIMO@yahoogroups.com, "in2data" <in2data@...> wrote:
> >
> > Hi,
> >
> > I use an escalation on the poline vendeliverydate. If it's null I have an
> action to set the date to :&DATE&+7. We use SQL server too.
> >
> > I run it just once a day but you could run it more often.
> >
> > Users will not see the date until it runs.
> >
> > You could also put that in as the default value for the field in database
> configuration. It'll put that date in the field if they create a new PO.
> Maybe it'll also work for reorder POs?
> >
> > Dave Bone
> >
> > --- In MAXIMO@yahoogroups.com, "Shannon Rotz" <shannonrotz@> wrote:
> > >
> > > Hi guys: I'm trying to set a default Follow-up Date on Pos that are
> > > generated by Reorder. However, the users want it to be
> > >
> > >
> > >
> > > Getdate() + 7 (This is a SQL Server db)
> > >
> > >
> > >
> > > Anyone figured out a good way to do that without customizing?
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Shannon Rotz
> > >
> > > InComm Solutions Inc.
> > >
> > > IBM Certified Deployment Professional
> > >
> > > IBM Certified Solution Advisor
> > >
> > > Maximo Asset Management V7
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
>
>
>


From: Shannon Rotz (2011-10-08 22:50)

It's an existing attribute - PO.FOLLOWUPDATE
Shannon
-----Original Message-----
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
Kevin Wertz
Sent: October-08-11 9:13 AM
To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] Re: Setting a calculated default - V7.1
Is follow-up date an existing attribute or is this a new attribute they're
asking for?
Kevin Wertz
Grifols Inc
On Thu, Sep 29, 2011 at 12:07 PM, Victor <vikas17.j@gmail.com> wrote:
> **
>
>
> Hello Shannon,
>
> Dave is absolutely correct. Dave's Both options should work.
>
> Thanks,
> Victor.
>
>
> --- In MAXIMO@yahoogroups.com, "in2data" <in2data@...> wrote:
> >
> > Hi,
> >
> > I use an escalation on the poline vendeliverydate. If it's null I have
an
> action to set the date to :&DATE&+7. We use SQL server too.
> >
> > I run it just once a day but you could run it more often.
> >
> > Users will not see the date until it runs.
> >
> > You could also put that in as the default value for the field in
database
> configuration. It'll put that date in the field if they create a new PO.
> Maybe it'll also work for reorder POs?
> >
> > Dave Bone
> >
> > --- In MAXIMO@yahoogroups.com, "Shannon Rotz" <shannonrotz@> wrote:
> > >
> > > Hi guys: I'm trying to set a default Follow-up Date on Pos that are
> > > generated by Reorder. However, the users want it to be
> > >
> > >
> > >
> > > Getdate() + 7 (This is a SQL Server db)
> > >
> > >
> > >
> > > Anyone figured out a good way to do that without customizing?
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Shannon Rotz
> > >
> > > InComm Solutions Inc.
> > >
> > > IBM Certified Deployment Professional
> > >
> > > IBM Certified Solution Advisor
> > >
> > > Maximo Asset Management V7
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
>
>
>
------------------------------------
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