BPM - that sends an email with an URL

Thanks Much!



It works great.



Cathy



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
nustepvantage
Sent: Thursday, April 25, 2013 5:06 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: BPM - that sends an email with an URL





In the customer email BPM's I've created I save the tracking number in a
memory variable and then include it in the URL string. For example, here is
what I have for FedEx:

Otrack = ttShipHead.TrackingNumber.
OurlString = "http://www.fedex.com/Tracking?tracknumbers=" + Otrack +
"&cntry_code=us".

I then include OurlString in the email. Hope this helps.

David

--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"cathyattechnologicsys" <cathy@...> wrote:
>
> I created a BPM that sends an email to the customer with the tracking
number, order number and their PO number when the Shipped checkbox is
checked in Customer Shipment Entry and the Ship Via is the USPS.
>
> I don't know the syntax for sending a URL link in a BPM. I tried looking
through examples.
>
> In Ship Via Maintenance under tracking website we have:
>
> https://tools.usps.com/go/TrackConfirmAction.action?origTrackNum=<Epicor
Track Num>.
>
> So when you click on the Detail button in Customer Shipment Entry/Tracker
there is a tracking number - it takes you the USPS website with tracking
details.
>
> Any help would be appreciated.
>
> Thanks
>





[Non-text portions of this message have been removed]
I created a BPM that sends an email to the customer with the tracking number, order number and their PO number when the Shipped checkbox is checked in Customer Shipment Entry and the Ship Via is the USPS.

I don't know the syntax for sending a URL link in a BPM. I tried looking through examples.

In Ship Via Maintenance under tracking website we have:

https://tools.usps.com/go/TrackConfirmAction.action?origTrackNum=<Epicor Track Num>.

So when you click on the Detail button in Customer Shipment Entry/Tracker there is a tracking number - it takes you the USPS website with tracking details.

Any help would be appreciated.

Thanks
In the customer email BPM's I've created I save the tracking number in a memory variable and then include it in the URL string. For example, here is what I have for FedEx:

Otrack = ttShipHead.TrackingNumber.
OurlString = "http://www.fedex.com/Tracking?tracknumbers=" + Otrack + "&cntry_code=us".

I then include OurlString in the email. Hope this helps.

David


--- In vantage@yahoogroups.com, "cathyattechnologicsys" <cathy@...> wrote:
>
> I created a BPM that sends an email to the customer with the tracking number, order number and their PO number when the Shipped checkbox is checked in Customer Shipment Entry and the Ship Via is the USPS.
>
> I don't know the syntax for sending a URL link in a BPM. I tried looking through examples.
>
> In Ship Via Maintenance under tracking website we have:
>
> https://tools.usps.com/go/TrackConfirmAction.action?origTrackNum=<Epicor Track Num>.
>
> So when you click on the Detail button in Customer Shipment Entry/Tracker there is a tracking number - it takes you the USPS website with tracking details.
>
> Any help would be appreciated.
>
> Thanks
>