Shipping Agents

ro03
Member Posts: 22
Hi Guys,
In NAV 2013 we want to use the function (track package) in the Posted Sales shipments.
In The Netherlands we need by Post NL (a shipping agent) Tracking and Postal code in the Internet Address:
http://www.postnlpakketten.nl/klantense ... lang=nl&B=%1&P=(POSTALCODE)
By Example that I can build for example with %2 (get the ship postal code?)
But does anyone can help me to get the code automatically in the internet address or how I can make this :-)?
Thx!
In NAV 2013 we want to use the function (track package) in the Posted Sales shipments.
In The Netherlands we need by Post NL (a shipping agent) Tracking and Postal code in the Internet Address:
http://www.postnlpakketten.nl/klantense ... lang=nl&B=%1&P=(POSTALCODE)
By Example that I can build for example with %2 (get the ship postal code?)
But does anyone can help me to get the code automatically in the internet address or how I can make this :-)?
Thx!
0
Comments
-
For us we use the hyperlink function:
http://msdn.microsoft.com/en-us/library/dd339043(v=nav.70).aspx
In table 291 Shipping Agent we fill in a tracking address for each shipping agent
UPS "Tracking Address"= http://wwwapps.ups.com/WebTracking/proc ... &tracknum=%1
FEDEX "Tracking Address"= http://www.fedex.com/Tracking?tracknumbers=%1
Royal Mail "Tracking Address"= http://www.royalmail.com/portal/rm/track?trackNumber=%1
La Poste "Tracking Address"= http://www.colissimo.fr/portail_colissi ... colispart=%1
UPS "Tracking Address"= https://tools.usps.com/go/TrackConfirmA ... 1&tLabels=%1
Code
IF ShipAgentCode."Tracking Address" <>''
THEN HYPERLINK(STRSUBSTNO(ShipAgentCode."Tracking Address","YOUR Tracking No Field"))
ELSE MESSAGE('Package Not Trackable');0 -
Right we did to but how can i get in the ship postalcode automaticly in the tracing link internet address? Thx!Savatage wrote:For us we use the hyperlink function:
http://msdn.microsoft.com/en-us/library/dd339043(v=nav.70).aspx
In table 291 Shipping Agent we fill in a tracking address for each shipping agent
UPS "Tracking Address"= http://wwwapps.ups.com/WebTracking/proc ... &tracknum=%1
FEDEX "Tracking Address"= http://www.fedex.com/Tracking?tracknumbers=%1
Royal Mail "Tracking Address"= http://www.royalmail.com/portal/rm/track?trackNumber=%1
La Poste "Tracking Address"= http://www.colissimo.fr/portail_colissi ... colispart=%1
UPS "Tracking Address"= https://tools.usps.com/go/TrackConfirmA ... 1&tLabels=%1
Code
IF ShipAgentCode."Tracking Address" <>''
THEN HYPERLINK(STRSUBSTNO(ShipAgentCode."Tracking Address","YOUR Tracking No Field"))
ELSE MESSAGE('Package Not Trackable');0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions