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!
Comments
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');
http://www.BiloBeauty.com
http://www.autismspeaks.org