Setting Up Shop warning email alerts

One of the main reasons we want to use it is to alert us if an operation is over quantity among other things. If you look in the shop warnings maintenance screen, you can see all the different alerts you can set.

Jasper

-----Original Message-----
From: Susan Iverson [mailto:siverson@...]
Sent: Thursday, December 08, 2005 3:31 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


Just curious: What are these alerts supposed to tell you? We don't have
Shop Warning.



Sue

-----Original Message-----
From: Belec, Dennis F. [mailto:dbelec@...]
Sent: Thursday, December 08, 2005 11:46 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts



Yes, that's what I understand.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 1:38 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


Do you mean that I have to assign a production team for every single
job?

-----Original Message-----
From: Belec, Dennis F. [mailto:dbelec@...]
Sent: Thursday, December 08, 2005 2:08 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


You have to setup a production team. In Job Entry-Job Header
Maintenance, when entering a new job enter your team in the "Prod Team"
dropdown. Team members should then receive email alerts.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 12:51 PM
To: Vantage Groups (E-mail)
Subject: [Vantage] Setting Up Shop warning email alerts


For some reason, I can't get the shop warning email alerts to work. I
have setup people in Person Maintenance and I have setup Alert groups
that sends all alerts.

But for some reason, every day I get a bunch of messages in the Global
Alert Message Error Log. They all have the error message 'SMTP: No
email recipients'.

I don't know why it can't find any recipients? What am I missing?

I know that global alerts work because I have some set up in the global
alert maintenance and that has no problems emailing all those in the
list.

Any ideas?

Thanks,
Jasper




[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links










Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links









Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links









Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




_____

YAHOO! GROUPS LINKS



* Visit your group "vantage
<http://groups.yahoo.com/group/vantage> " on the web.


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .



_____



[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
For some reason, I can't get the shop warning email alerts to work. I have setup people in Person Maintenance and I have setup Alert groups that sends all alerts.

But for some reason, every day I get a bunch of messages in the Global Alert Message Error Log. They all have the error message 'SMTP: No email recipients'.

I don't know why it can't find any recipients? What am I missing?

I know that global alerts work because I have some set up in the global alert maintenance and that has no problems emailing all those in the list.

Any ideas?

Thanks,
Jasper




[Non-text portions of this message have been removed]
I am trying to set up what I thought was a simple BAM to send an email when
a certain expense chart is being used but I can't seem to get this to work
correct. Here is the script as I have it written. Any help would be
appreciated.

Thanks,

Jim


{ud/GlbAlert.i &TableName = "PORel"}

IF PORel.ExpChart = 9851 THEN DO:

ASSIGN Email-Subject = "PO to hit variance account"

Email-To = "jim.frice@..."

Email-Text = "This purchase order needs to be changed" "~n ~n".

Email-Text = Email-Text + "Purchase Order Number: " + string(PORel.PoNum) +
" ~n".

Email-Text = Email-Text + "PO Line: " + string(PORel.POline) + " ~n".

END.

ELSE DO:

RETURN "Cancel Send":U.

END.


[Non-text portions of this message have been removed]
You have to setup a production team. In Job Entry-Job Header Maintenance, when entering a new job enter your team in the "Prod Team" dropdown. Team members should then receive email alerts.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 12:51 PM
To: Vantage Groups (E-mail)
Subject: [Vantage] Setting Up Shop warning email alerts


For some reason, I can't get the shop warning email alerts to work. I have setup people in Person Maintenance and I have setup Alert groups that sends all alerts.

But for some reason, every day I get a bunch of messages in the Global Alert Message Error Log. They all have the error message 'SMTP: No email recipients'.

I don't know why it can't find any recipients? What am I missing?

I know that global alerts work because I have some set up in the global alert maintenance and that has no problems emailing all those in the list.

Any ideas?

Thanks,
Jasper




[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
PORel.ExpChart is a character field, not numeric.

try it with PORel.ExpChart = "9851"....

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jim Frice
Sent: Thursday, December 08, 2005 1:08 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Simple BAM


I am trying to set up what I thought was a simple BAM to send an email when
a certain expense chart is being used but I can't seem to get this to work
correct. Here is the script as I have it written. Any help would be
appreciated.

Thanks,

Jim


{ud/GlbAlert.i &TableName = "PORel"}

IF PORel.ExpChart = 9851 THEN DO:

ASSIGN Email-Subject = "PO to hit variance account"

Email-To = "jim.frice@..."

Email-Text = "This purchase order needs to be changed" "~n ~n".

Email-Text = Email-Text + "Purchase Order Number: " + string(PORel.PoNum) +
" ~n".

Email-Text = Email-Text + "PO Line: " + string(PORel.POline) + " ~n".

END.

ELSE DO:

RETURN "Cancel Send":U.

END.


[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
Do you mean that I have to assign a production team for every single job?

-----Original Message-----
From: Belec, Dennis F. [mailto:dbelec@...]
Sent: Thursday, December 08, 2005 2:08 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


You have to setup a production team. In Job Entry-Job Header Maintenance, when entering a new job enter your team in the "Prod Team" dropdown. Team members should then receive email alerts.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 12:51 PM
To: Vantage Groups (E-mail)
Subject: [Vantage] Setting Up Shop warning email alerts


For some reason, I can't get the shop warning email alerts to work. I have setup people in Person Maintenance and I have setup Alert groups that sends all alerts.

But for some reason, every day I get a bunch of messages in the Global Alert Message Error Log. They all have the error message 'SMTP: No email recipients'.

I don't know why it can't find any recipients? What am I missing?

I know that global alerts work because I have some set up in the global alert maintenance and that has no problems emailing all those in the list.

Any ideas?

Thanks,
Jasper




[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links










Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
Yes, that's what I understand.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 1:38 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


Do you mean that I have to assign a production team for every single job?

-----Original Message-----
From: Belec, Dennis F. [mailto:dbelec@...]
Sent: Thursday, December 08, 2005 2:08 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


You have to setup a production team. In Job Entry-Job Header Maintenance, when entering a new job enter your team in the "Prod Team" dropdown. Team members should then receive email alerts.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 12:51 PM
To: Vantage Groups (E-mail)
Subject: [Vantage] Setting Up Shop warning email alerts


For some reason, I can't get the shop warning email alerts to work. I have setup people in Person Maintenance and I have setup Alert groups that sends all alerts.

But for some reason, every day I get a bunch of messages in the Global Alert Message Error Log. They all have the error message 'SMTP: No email recipients'.

I don't know why it can't find any recipients? What am I missing?

I know that global alerts work because I have some set up in the global alert maintenance and that has no problems emailing all those in the list.

Any ideas?

Thanks,
Jasper




[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links










Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links









Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
Jasper,



I believe what Dennis stated will give you the result you want, but I also
believe that it is technically not necessary to create production teams.
You can instead add persons directly to the people list in job headers. If
you do create production teams as Dennis indicated and you specify one of
them when entering a new job, the persons on the selected production team
are automatically added to the people list for the job.



Regards,
Scott Lepley
Systems Administrator
Mauell Corporation
Phone: 717-432-8686, ext. 14
Fax: 717-432-8688
Email: sal@...
Vantage version: 6.10.532



-----Original Message-----
From: Belec, Dennis F. [mailto:dbelec@...]
Sent: Thursday, December 08, 2005 2:08 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts



You have to setup a production team. In Job Entry-Job Header Maintenance,
when entering a new job enter your team in the "Prod Team" dropdown. Team
members should then receive email alerts.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 12:51 PM
To: Vantage Groups (E-mail)
Subject: [Vantage] Setting Up Shop warning email alerts

For some reason, I can't get the shop warning email alerts to work. I have
setup people in Person Maintenance and I have setup Alert groups that sends
all alerts.

But for some reason, every day I get a bunch of messages in the Global Alert
Message Error Log. They all have the error message 'SMTP: No email
recipients'.

I don't know why it can't find any recipients? What am I missing?

I know that global alerts work because I have some set up in the global
alert maintenance and that has no problems emailing all those in the list.

Any ideas?

Thanks,
Jasper





[Non-text portions of this message have been removed]
Jasper:
I don't know how many recipients you have, but I just entered each email address into the recipient field on the global alert so I could avoid the production teams and all of that and it works just fine.

Julie
Mercury Minnesota Inc.
----- Original Message -----
From: Jasper Recto
To: vantage@yahoogroups.com
Sent: Thursday, December 08, 2005 1:37 PM
Subject: RE: [Vantage] Setting Up Shop warning email alerts


Do you mean that I have to assign a production team for every single job?

-----Original Message-----
From: Belec, Dennis F. [mailto:dbelec@...]
Sent: Thursday, December 08, 2005 2:08 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


You have to setup a production team. In Job Entry-Job Header Maintenance, when entering a new job enter your team in the "Prod Team" dropdown. Team members should then receive email alerts.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 12:51 PM
To: Vantage Groups (E-mail)
Subject: [Vantage] Setting Up Shop warning email alerts


For some reason, I can't get the shop warning email alerts to work. I have setup people in Person Maintenance and I have setup Alert groups that sends all alerts.

But for some reason, every day I get a bunch of messages in the Global Alert Message Error Log. They all have the error message 'SMTP: No email recipients'.

I don't know why it can't find any recipients? What am I missing?

I know that global alerts work because I have some set up in the global alert maintenance and that has no problems emailing all those in the list.

Any ideas?

Thanks,
Jasper




[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links










Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links








Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links



------------------------------------------------------------------------------
YAHOO! GROUPS LINKS

a.. Visit your group "vantage" on the web.

b.. To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com

c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


------------------------------------------------------------------------------



[Non-text portions of this message have been removed]
What if I want EVERY job to send me alerts? Is there an easier way of doing this without having to require the person creating jobs to choose a production team?

Thanks,
Jasper

-----Original Message-----
From: Lepley, Scott A. [mailto:sal@...]
Sent: Thursday, December 08, 2005 2:48 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


Jasper,



I believe what Dennis stated will give you the result you want, but I also
believe that it is technically not necessary to create production teams.
You can instead add persons directly to the people list in job headers. If
you do create production teams as Dennis indicated and you specify one of
them when entering a new job, the persons on the selected production team
are automatically added to the people list for the job.



Regards,
Scott Lepley
Systems Administrator
Mauell Corporation
Phone: 717-432-8686, ext. 14
Fax: 717-432-8688
Email: sal@...
Vantage version: 6.10.532



-----Original Message-----
From: Belec, Dennis F. [mailto:dbelec@...]
Sent: Thursday, December 08, 2005 2:08 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts



You have to setup a production team. In Job Entry-Job Header Maintenance,
when entering a new job enter your team in the "Prod Team" dropdown. Team
members should then receive email alerts.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 12:51 PM
To: Vantage Groups (E-mail)
Subject: [Vantage] Setting Up Shop warning email alerts

For some reason, I can't get the shop warning email alerts to work. I have
setup people in Person Maintenance and I have setup Alert groups that sends
all alerts.

But for some reason, every day I get a bunch of messages in the Global Alert
Message Error Log. They all have the error message 'SMTP: No email
recipients'.

I don't know why it can't find any recipients? What am I missing?

I know that global alerts work because I have some set up in the global
alert maintenance and that has no problems emailing all those in the list.

Any ideas?

Thanks,
Jasper





[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
Julie,

How about the Show warnings? I've setup the global alerts to send emails but the shop warnings require you to make groups. Any suggestions on how I could get that to work without adding a group to each job?

Thanks,
Jasper

-----Original Message-----
From: Julie Lehmann [mailto:jlehmann@...]
Sent: Thursday, December 08, 2005 3:06 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Setting Up Shop warning email alerts


Jasper:
I don't know how many recipients you have, but I just entered each email address into the recipient field on the global alert so I could avoid the production teams and all of that and it works just fine.

Julie
Mercury Minnesota Inc.
----- Original Message -----
From: Jasper Recto
To: vantage@yahoogroups.com
Sent: Thursday, December 08, 2005 1:37 PM
Subject: RE: [Vantage] Setting Up Shop warning email alerts


Do you mean that I have to assign a production team for every single job?

-----Original Message-----
From: Belec, Dennis F. [mailto:dbelec@...]
Sent: Thursday, December 08, 2005 2:08 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


You have to setup a production team. In Job Entry-Job Header Maintenance, when entering a new job enter your team in the "Prod Team" dropdown. Team members should then receive email alerts.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 12:51 PM
To: Vantage Groups (E-mail)
Subject: [Vantage] Setting Up Shop warning email alerts


For some reason, I can't get the shop warning email alerts to work. I have setup people in Person Maintenance and I have setup Alert groups that sends all alerts.

But for some reason, every day I get a bunch of messages in the Global Alert Message Error Log. They all have the error message 'SMTP: No email recipients'.

I don't know why it can't find any recipients? What am I missing?

I know that global alerts work because I have some set up in the global alert maintenance and that has no problems emailing all those in the list.

Any ideas?

Thanks,
Jasper




[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links










Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links








Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links



------------------------------------------------------------------------------
YAHOO! GROUPS LINKS

a.. Visit your group "vantage" on the web.

b.. To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com

c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


------------------------------------------------------------------------------



[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
Jasper:
You know what - I'm really sorry, I think I gave up on trying to send Alerts for the Shop Warnings because of all of those things. We decided just to watch them in Shop Tracker instead.

Julie

----- Original Message -----
From: Jasper Recto
To: vantage@yahoogroups.com
Sent: Thursday, December 08, 2005 2:08 PM
Subject: RE: [Vantage] Setting Up Shop warning email alerts


Julie,

How about the Show warnings? I've setup the global alerts to send emails but the shop warnings require you to make groups. Any suggestions on how I could get that to work without adding a group to each job?

Thanks,
Jasper

-----Original Message-----
From: Julie Lehmann [mailto:jlehmann@...]
Sent: Thursday, December 08, 2005 3:06 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Setting Up Shop warning email alerts


Jasper:
I don't know how many recipients you have, but I just entered each email address into the recipient field on the global alert so I could avoid the production teams and all of that and it works just fine.

Julie
Mercury Minnesota Inc.
----- Original Message -----
From: Jasper Recto
To: vantage@yahoogroups.com
Sent: Thursday, December 08, 2005 1:37 PM
Subject: RE: [Vantage] Setting Up Shop warning email alerts


Do you mean that I have to assign a production team for every single job?

-----Original Message-----
From: Belec, Dennis F. [mailto:dbelec@...]
Sent: Thursday, December 08, 2005 2:08 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


You have to setup a production team. In Job Entry-Job Header Maintenance, when entering a new job enter your team in the "Prod Team" dropdown. Team members should then receive email alerts.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 12:51 PM
To: Vantage Groups (E-mail)
Subject: [Vantage] Setting Up Shop warning email alerts


For some reason, I can't get the shop warning email alerts to work. I have setup people in Person Maintenance and I have setup Alert groups that sends all alerts.

But for some reason, every day I get a bunch of messages in the Global Alert Message Error Log. They all have the error message 'SMTP: No email recipients'.

I don't know why it can't find any recipients? What am I missing?

I know that global alerts work because I have some set up in the global alert maintenance and that has no problems emailing all those in the list.

Any ideas?

Thanks,
Jasper




[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links










Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links








Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links



------------------------------------------------------------------------------
YAHOO! GROUPS LINKS

a.. Visit your group "vantage" on the web.

b.. To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com

c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


------------------------------------------------------------------------------



[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links











Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links



SPONSORED LINKS Manufacturing software Membership database software Database mortgage software
Pda database software Database management software Database marketing software


------------------------------------------------------------------------------
YAHOO! GROUPS LINKS

a.. Visit your group "vantage" on the web.

b.. To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com

c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


------------------------------------------------------------------------------



[Non-text portions of this message have been removed]
Just curious: What are these alerts supposed to tell you? We don't have
Shop Warning.



Sue

-----Original Message-----
From: Belec, Dennis F. [mailto:dbelec@...]
Sent: Thursday, December 08, 2005 11:46 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts



Yes, that's what I understand.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 1:38 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


Do you mean that I have to assign a production team for every single
job?

-----Original Message-----
From: Belec, Dennis F. [mailto:dbelec@...]
Sent: Thursday, December 08, 2005 2:08 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Setting Up Shop warning email alerts


You have to setup a production team. In Job Entry-Job Header
Maintenance, when entering a new job enter your team in the "Prod Team"
dropdown. Team members should then receive email alerts.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Thursday, December 08, 2005 12:51 PM
To: Vantage Groups (E-mail)
Subject: [Vantage] Setting Up Shop warning email alerts


For some reason, I can't get the shop warning email alerts to work. I
have setup people in Person Maintenance and I have setup Alert groups
that sends all alerts.

But for some reason, every day I get a bunch of messages in the Global
Alert Message Error Log. They all have the error message 'SMTP: No
email recipients'.

I don't know why it can't find any recipients? What am I missing?

I know that global alerts work because I have some set up in the global
alert maintenance and that has no problems emailing all those in the
list.

Any ideas?

Thanks,
Jasper




[Non-text portions of this message have been removed]




Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links










Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links









Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links









Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




_____

YAHOO! GROUPS LINKS



* Visit your group "vantage
<http://groups.yahoo.com/group/vantage> " on the web.


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .



_____



[Non-text portions of this message have been removed]