Display PO number in the alert

After more trial and error, the answer is no. Thanks for posting the solution Lisa!


Eric


--- In vantage@yahoogroups.com, "eackerson1" <eackerson@...> wrote:
>
> Does the .p file need to be compiled for this to work?
>
>
>
>
> --- In vantage@yahoogroups.com, "Lisa Kelepolo" <lkelepolo@> wrote:
> >
> > You can create your own .p program that includes the PO number.
> > Here is an example of one we created on the part table:
> >
> > {ud/GlbAlert.i & TableName = "Part"}
> > /*email body*/
> > ASSIGN Email-Text = "Part number " + string(Part.Partnum) + " PMA info
> > has changed."
> > + "PmA PN = " + string(Part.Checkbox18) + ". "
> > + "Part Description: " + string(Part.PartDescription).
> >
> > Lisa Kelepolo
> > Data Process Improvement, Database, & Reporting
> > Electromech Technologies
> > 316-941-0401
> > please visit our website: www.electromech.com
> > <http://www.electromech.com/>
> >
> >
> > ________________________________
> >
> > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> > Of Sreejith Jaganathan
> > Sent: Tuesday, November 30, 2010 6:47 AM
> > To: Vantage Group
> > Subject: [Vantage] Display PO number in the alert
> >
> >
> >
> >
> > Dear Friends;
> >
> > We have set up a global alert on the PO. When the purchase order is
> > pending for
> > approval a mail shoots to the people who is suppose to approve the PO.
> > But the
> > person just gets a message as mentioned in the Alert Text.
> >
> > Is there any way by which the we can include the PO number also in the
> > alert
> > text?
> >
> > Regards
> >
> > Sreejith J
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
Dear Friends;

We have set up a global alert on the PO. When the purchase order is pending for
approval a mail shoots to the people who is suppose to approve the PO. But the
person just gets a message as mentioned in the Alert Text.

Is there any way by which the we can include the PO number also in the alert
text?


Regards

Sreejith J




[Non-text portions of this message have been removed]
You can create your own .p program that includes the PO number.
Here is an example of one we created on the part table:

{ud/GlbAlert.i & TableName = "Part"}
/*email body*/
ASSIGN Email-Text = "Part number " + string(Part.Partnum) + " PMA info
has changed."
+ "PmA PN = " + string(Part.Checkbox18) + ". "
+ "Part Description: " + string(Part.PartDescription).

Lisa Kelepolo
Data Process Improvement, Database, & Reporting
Electromech Technologies
316-941-0401
please visit our website: www.electromech.com
<http://www.electromech.com/>


________________________________

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Sreejith Jaganathan
Sent: Tuesday, November 30, 2010 6:47 AM
To: Vantage Group
Subject: [Vantage] Display PO number in the alert




Dear Friends;

We have set up a global alert on the PO. When the purchase order is
pending for
approval a mail shoots to the people who is suppose to approve the PO.
But the
person just gets a message as mentioned in the Alert Text.

Is there any way by which the we can include the PO number also in the
alert
text?

Regards

Sreejith J

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






[Non-text portions of this message have been removed]
Does the .p file need to be compiled for this to work?




--- In vantage@yahoogroups.com, "Lisa Kelepolo" <lkelepolo@...> wrote:
>
> You can create your own .p program that includes the PO number.
> Here is an example of one we created on the part table:
>
> {ud/GlbAlert.i & TableName = "Part"}
> /*email body*/
> ASSIGN Email-Text = "Part number " + string(Part.Partnum) + " PMA info
> has changed."
> + "PmA PN = " + string(Part.Checkbox18) + ". "
> + "Part Description: " + string(Part.PartDescription).
>
> Lisa Kelepolo
> Data Process Improvement, Database, & Reporting
> Electromech Technologies
> 316-941-0401
> please visit our website: www.electromech.com
> <http://www.electromech.com/>
>
>
> ________________________________
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of Sreejith Jaganathan
> Sent: Tuesday, November 30, 2010 6:47 AM
> To: Vantage Group
> Subject: [Vantage] Display PO number in the alert
>
>
>
>
> Dear Friends;
>
> We have set up a global alert on the PO. When the purchase order is
> pending for
> approval a mail shoots to the people who is suppose to approve the PO.
> But the
> person just gets a message as mentioned in the Alert Text.
>
> Is there any way by which the we can include the PO number also in the
> alert
> text?
>
> Regards
>
> Sreejith J
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>