Ted, PERFECT. Thanks back!
From: Ted Koch
Sent: Monday, November 07, 2011 12:42 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] BAM Alert Text
Vic,
You create the body of the email by using an Additional Alert Procedure. Here is a sample one that will return the Job number and the required due date, it should give you an idea where to start. Save it is a .p file.
{ud/GlbAlert.i &TableName = "JobHead"}
/* Create the new body of the email */
ASSIGN Email-Text = "Job Number " + string(JobHead.JobNum) + " has changed."
+ " Required By Date Has Changed " + string(JobHead.ReqDueDate)
________________________________
From: Vic Drecchio <mailto:vic.drecchio%40swepcotube.com>
To: mailto:vantage%40yahoogroups.com
Sent: Monday, November 7, 2011 12:25 PM
Subject: [Vantage] BAM Alert Text
Is there a way that I’m not seeing to include fields in your alert text that the BAM is using? For example, if I set up a ChangeLog on JobNum.ProdQty, is there no way to say in the emailed alert text that “Job# 1234 has been modified†vs “A Job has been modified�
[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/linksYahoo! Groups Links
[Non-text portions of this message have been removed]
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1869 / Virus Database: 2092/4602 - Release Date: 11/07/11
[Non-text portions of this message have been removed]
From: Ted Koch
Sent: Monday, November 07, 2011 12:42 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] BAM Alert Text
Vic,
You create the body of the email by using an Additional Alert Procedure. Here is a sample one that will return the Job number and the required due date, it should give you an idea where to start. Save it is a .p file.
{ud/GlbAlert.i &TableName = "JobHead"}
/* Create the new body of the email */
ASSIGN Email-Text = "Job Number " + string(JobHead.JobNum) + " has changed."
+ " Required By Date Has Changed " + string(JobHead.ReqDueDate)
________________________________
From: Vic Drecchio <mailto:vic.drecchio%40swepcotube.com>
To: mailto:vantage%40yahoogroups.com
Sent: Monday, November 7, 2011 12:25 PM
Subject: [Vantage] BAM Alert Text
Is there a way that I’m not seeing to include fields in your alert text that the BAM is using? For example, if I set up a ChangeLog on JobNum.ProdQty, is there no way to say in the emailed alert text that “Job# 1234 has been modified†vs “A Job has been modified�
[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/linksYahoo! Groups Links
[Non-text portions of this message have been removed]
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1869 / Virus Database: 2092/4602 - Release Date: 11/07/11
[Non-text portions of this message have been removed]