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.



Re: [MAXIMO List] Re: Send Email to vendors

From: shah faisal (2011-08-05 19:39)

Hi all,
 
Can any send me custom class as Travis explained in the following email, and let me know how to implement this customized class in Maximo 7.1?
 
Travis Herron, can you help me sendng such customized class if you have? Thanks for it.
 
Regards
Shah
--- On Thu, 4/21/11, Travis Herron <therron@pcci.edu> wrote:
From: Travis Herron <therron@pcci.edu>
Subject: [MAXIMO List] Re: Send Email to vendors
To: MAXIMO@yahoogroups.com
Date: Thursday, April 21, 2011, 5:43 PM
 
The point was. . .Maximo cannot very well do what you want it to do. You will either need to write a custom class file or purchase a third party product.
I gave you the steps to have workflow "send an email" but I am fairly certain that the email will not contain all of the information that it needs for it to be useful.
Travis Herron
--- In MAXIMO@yahoogroups.com, shah faisal <dba_develper@...> wrote:
>
> Hi Williams,
>
> Can u send me URL of dbNews product for downloading. I am using Maximo v7.1.6
> with Oracle DB in MS window and AIX operating system.
> Can it run in AIX environment? If it is compatable with Ms Windows & AIX
> environment then I will check it out.
>
> BUT I AM MORE CONCERNED DOING BY WORK FLOW. I WANT THE SOLUTION IN MAXIMO RATHER
> THEN GOING 3rd PARTY SOLUTION.
>
> Thanks for correspondence and appreciate your work.
>
> Regards
> Shah Faisal
>
>
>
>
>
> ________________________________
> From: "wwilliams@..." <wwilliams@...>
> To: MAXIMO@yahoogroups.com
> Sent: Sun, April 10, 2011 10:11:12 PM
> Subject: Re: [MAXIMO List] Re: Send Email to vendors
>
>
> Well, I have done this with TRM's rulesmanager, the more I use RM the more I
> love it.
>
> I can do almost anything without extending classes.
>
> I am pretty sure, you are left with doing some custom java coding, I
> accomplished it with RM and javascript.
>
> There is also a nifty product (Asset Partners) called dbNews which can simplify
> mailing which I have also used.
>
> Wes Williams
>
> ________________________________
> From: Shannon Rotz <shannonrotz@...>
> To: MAXIMO@yahoogroups.com
> Sent: Fri, April 8, 2011 7:04:16 PM
> Subject: RE: [MAXIMO List] Re: Send Email to vendors
>
>
> You may be right, Travis - I have to admit that I haven't done an RFQ
> workflow process or escalation. That solution was just at the top of my
> head.
>
> Shannon
>
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
> Travis Herron
> Sent: April-08-11 12:30 PM
> To: MAXIMO@yahoogroups.com
> Subject: [MAXIMO List] Re: Send Email to vendors
>
> Dear all,
>
> Please correct me if I am wrong, but without him doing some serious
> customization, isn't this pretty much impossible?
>
> Sure we can get him to where Workflow or an Escalation "sends an email," but
> what will be the content of the email?
>
> We're talking about a one-to-many relationship here -- one RFQ with many RFQ
> Lines. I'm pretty sure Maximo's built-in abilities could not, in a single
> email, contain all the line item info for one RFQ. So you'd either have to
> base your Communication Template off of the RFQ object and you'd get at best
> one email per vendor with only one line item, or you base your Communication
> Template on the RFQLINE object and get one email per vendor per line item
> (so if you have an RFQ with 10 lines, each vendor gets 10 emails, each
> containing a different line item).
>
> Our List Owner discussed this once before, here:
>
> http://tech.groups.yahoo.com/group/MAXIMO/message/40387
>
> So that leaves it to having to be done with a report. And we've discussed
> several times that Maximo can't run a report through Workflow or Escalation,
> at least not without a custom class to handle it.
>
> So, back to Shah. . .to get Escalation or Workflow to email at all:
> 1) Determine where these email addresses are in Maximo. I'll assume you are
> going to use the Email field on the RFQ Vendors tab (RFQVENDOR.EMAIL).
> 2) Create a Role for this. Make it for the RFQ object, DATASET type, the
> value should be :RFQVENDOR.EMAIL (notice there's a colon at the beginning of
> that), and check the Email? box.
> 3) Create a Communication Template on the RFQ object and use this Role as
> the Recipient.
> 4) Use that Communication Template in your Workflow or Escalation where
> applicable.
>
> That should "make it send an email" which is what was asked; but I have my
> doubts as to whether or not that will do what you are really wanting it to
> do.
>
> One group member seems to have solved it (but with custom class files). Read
> this back thread:
>
> http://tech.groups.yahoo.com/group/MAXIMO/message/53267
>
> Travis Herron
>
> --- In MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com> , "Shannon
> Rotz" <shannonrotz@> wrote:
> >
> > I had the idea of making the RFQVENDOR object a main object in DBConfig,
> and
> > using Escalations, but your idea is better, Stephen.
> >
> >
> >
> > When you create the role, make sure it's Broadcast, and also that the
> > "E-Mail?" box is checked (since the vendors aren't Maximo users).
> >
> >
> >
> >
> >
> > Shannon
> >
> >
> >
> > From: MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com>
> [mailto:MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com> ] On Behalf
> Of
> > parqkay
> > Sent: April-07-11 7:20 AM
> > To: MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com>
> > Subject: Re: [MAXIMO List] Send Email to vendors
> >
> >
> >
> >
> >
> > Shah,
> >
> > You will need to create communication template to create the email. YOu
> will
> > then need to set the recipients by creating a Role to link to the RFQ to
> get
> > the vendors' email addresses.
> >
> > This is not a complete solution, but hopefully it will get you started in
> > the right direction.
> >
> > Stephen
> >
> > --- In MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com>
> <mailto:MAXIMO%40yahoogroups.com> , shah
> > faisal <dba_develper@> wrote:
> > >
> > > Hi Shannon,
> > >
> > > No body is answering satisfactory for long, I sent you an email in last
> > week
> > > regarding the following email inquiry. I am thankful your kindness that
> > you
> > > always help me when I am in trouble related to Maximo.
> > >
> > > I am using my own created work flow on RFQ application, I have been
> stuck
> > for
> > > more than 10 days how to send emails to selected(more than one) vendors
> > that I
> > > have included in vendor tab of RFQ application. My first priority is to
> > send
> > > emails through my work flow but I do not know any steps how to do it? My
> > second
> > > choice is if escalation is the last option then how to do it. I do not
> > know how
> > > to make communication template for multiple vendors.
> > >
> > >
> > > Kindly help me how to do it with giving example. Is their any Maximo
> > > configuration changes required?
> > >
> > >
> > > I do not know what is the purpose of 'Sent' status in RFQ application,
> it
> > seems
> > > to me that we could send emails to multiple vendors from RFQ
> application,
> > AM I
> > > right? Pls. correct me.
> > >
> > > I will be very thankful for your helping in advance.
> > >
> > > Waiting for your response.
> > >
> > > Regards
> > > Shah Faisal
> > >
> > >
> > >
> > >
> > >
> > > ________________________________
> > > From: Shannon Rotz <shannonrotz@>
> > > To: MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com>
> <mailto:MAXIMO%40yahoogroups.com>
> > > Sent: Thu, March 24, 2011 9:21:29 PM
> > > Subject: RE: [MAXIMO List] Send Email to vendors
> > >
> > >
> > > You can use an Escalation record to send out e-mails, as well as
> workflow.
> > > But if you're not using workflow, probably an Escalation record would be
> > > best.
> > >
> > > Shannon
> > >
> > > From: MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com>
> <mailto:MAXIMO%40yahoogroups.com>
> > [mailto:MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com>
> <mailto:MAXIMO%40yahoogroups.com> ] On Behalf
> > Of
> > > shah faisal
> > > Sent: March-24-11 2:54 AM
> > > To: Maximo Group
> > > Subject: [MAXIMO List] Send Email to vendors
> > >
> > > Hi All,
> > >
> > > How can I send emails to vendors from work flow?
> > > How can I send email to vendors through RFQ application? For example,
> > Having
> > >
> > > given initial information such as items & vendors to whom I want to send
> > RFQ
> > >
> > > line items for quotation price, When I changed RFQ status with 'Sent',
> one
> >
> > > question comes in my mind does RFQ application has any email features to
> > > route
> > > my RFQ to my concerned Vendors?
> > >
> > > Does any Maximo application have email routing features? kindly name
> them
> > > who
> > > has it?
> > >
> > > Kindly help me. I will be very thankful.
> > >
> > > Regards
> > > Shah
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> >
> >
>
>
>
>
>
>
>
>
>
>