otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Rating Configuring and troubleshooting Rating and RIQ in OTM / G-Log.

Tags: , , ,

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old November 20th, 2007, 18:23
Junior Member
 
Join Date: Jan 2007
Location: Andover, MN
Posts: 13
Thanks: 5
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
ebauchwitz is on a distinguished road
[SOLVED] Updating Buy Shipments

Our group is currently implementing a new process to allow non-traditional lanes into OTM 4.5. Our goal is to automate each step (planning, tendering) through reoccurring scheduled jobs. We've established new ref nums from integration which include the carrier scac code and buy shipment rate. These will carrier through to the buy shipment but will not update the shipment table. We're able to build buy shipments using a generic rate with open ended locations, but we haven't had success applying a specific carrier and rate to the load without having to edit the service provider and cost (manually).

Does anyone know the best way to update the buy shipment with these two ref num values? We're looking for a function similar to the 'editing the service provider and cost' function from the shipment manager screen but as an automation piece rather than having to manually apply this process. Or...is there a better way to manipulate an automation agent to fulfill this task prior to or in the process of building a shipment? Any help would be greatly appreciated!

Eric
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old November 21st, 2007, 22:26
Member and Blogger
 
Join Date: Jan 2007
Location: Haalderen, Netherlands
Posts: 117
Blog Entries: 1
Thanks: 7
Thanked 33 Times in 31 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
bob_romijn is on a distinguished road
Send a message via Skype™ to bob_romijn
Re: Updating Buy Shipments

Hi,

I'm talking about version 5.0, so don;t know if it is applicable for 4.5, but I will give you my thoughts.

The carrier would be the simplest I think. You have a agent action "Change Service Provider" which does what you want for that part (if I understand it correctly).

The costwill be another challenge...... There is no standard action. The only thing you can do (or what I should do in you position) is doing it via direct SQLs. It is not my favorite to do it, but sometimes you need to.

Hope this helps.

Best regards,

Bob
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to bob_romijn For This Useful Post:
ebauchwitz (November 26th, 2007)
  #3 (permalink)  
Old November 26th, 2007, 18:14
Senior Member and Blogger
 
Join Date: Nov 2006
Location: San Diego, CA
Posts: 76
Blog Entries: 2
Thanks: 0
Thanked 17 Times in 17 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
AlejandroBarba is on a distinguished road
Re: Updating Buy Shipments

Hi Eric,

I can only think of three alternative approaches:
  • The first is a cleaner approach using an XML update to correct the carrier as well as the cost of the shipment but you might need to create a second touch point and probably the major challenge could be identifying the Shipment Gid for the XML update.
  • Instead of sending the transmission of the Order, send a Shipment as Work with the desired cost and carrier but this may be a big change to your process and the Shipment ID may need to follow a different naming convention.
  • The third approach may be a little more complex despite not requiring a second touch point but it "bastardizes" the use of the Declared Value field. The Order Reference Number Value cannot be used as a way to rate a shipment directly within OTM so in order for this to work you may need to:
    • Instead of sending the carrier as a Reference Number, send it as an Order Constraint.
    • Instead of sending the Shipment Cost as a Reference Number, send it as the Declared Value.
    • Create "dummy" rate records for your alternate carriers covering all their possible geographies and based in the Declared Value.
The last approach should plan the shipments based on the declared value but special care should be placed if more than one order is consolidated in the same shipment.

Hope this helps,

Alejandro B.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to AlejandroBarba For This Useful Post:
ebauchwitz (November 26th, 2007)
  #4 (permalink)  
Old December 7th, 2007, 15:33
Junior Member
 
Join Date: Jan 2007
Location: Andover, MN
Posts: 13
Thanks: 5
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
ebauchwitz is on a distinguished road
Re: Updating Buy Shipments

The recommendation above worked very well. Through integration I was able to enter a buy rate into the declared value as well as the service provider id into the order release constraints. Once a buy shipment was built both values were used.

I've now found myself struggling with the sell side. Other than the declared value, I don't see any other charge multipliers within the rate basis that would pull a value from the order release. I'm searching for another way to force a sell rate to the sell shipment. Has anyone been successful in doing so?

Thanks!

Eric Bauchwitz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old December 7th, 2007, 16:07
Senior Member and Blogger
 
Join Date: Nov 2006
Location: San Diego, CA
Posts: 76
Blog Entries: 2
Thanks: 0
Thanked 17 Times in 17 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
AlejandroBarba is on a distinguished road
Re: Updating Buy Shipments

Hi Eric,

Glad to know that you got it to work for the Buy Shipment. About the Sell Shipment, can you please let me know how is it rated? Is it a percentage over the buy shipment cost, a fixed amount over the buy shipment cost or is it a totally independent rate?

Thanks,

Alejandro B.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6 (permalink)  
Old December 7th, 2007, 17:18
Junior Member
 
Join Date: Jan 2007
Location: Andover, MN
Posts: 13
Thanks: 5
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
ebauchwitz is on a distinguished road
Re: Updating Buy Shipments


The sell shipment cost is independent from the buy shipment cost. The sell rate is a flat amount.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old December 7th, 2007, 17:34
Senior Member and Blogger
 
Join Date: Nov 2006
Location: San Diego, CA
Posts: 76
Blog Entries: 2
Thanks: 0
Thanked 17 Times in 17 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
AlejandroBarba is on a distinguished road
Re: Updating Buy Shipments

Hi Eric,

If it is a flat rate; is it dependant on the lane or does it change for every shipment? If it is dependant on the lane, I strongly suggest creating Sell Rate Records for these flat rates.

If the flat amount changes for every shipment, the approach I can think of is kind of complex but here it comes:

1. Create a "dummy" sell rate record just to be able to plan the sell shipment (lets say $0.01 per shipment)
2. Send the sell shipment cost as a order release reference number in the XML transmission
3. Have an agent listening to the sell shipment creation with a Direct SQL Command action that will copy the reference number value to the Sell Shipment Cost.

Finally, make sure that no one re-assigns a rate to the sell shipments because it will change the cost back to the "dummy" sell rate and also that the sell rate record can only be used for only these sell shipments.

Hope this helps, if you still have any questions, please let me know.

Alejandro B.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Updating finder_set.csv file nikesh mohanlal Data Loading 1 September 14th, 2007 17:54
[SOLVED] Building SELL Shipments (Time-Window Problem) Sanju Planning 2 July 27th, 2007 06:10
[SOLVED] Key Factors for building a X-Dock / Pooling shipments Sanju Planning 5 July 6th, 2007 14:17
[SOLVED] Shipment events copied from the buy shipments to the sell shipments? runinord Freight Forwarding 1 June 7th, 2007 16:16
Updating Order Release events when Shipment events are entered vn_karthik Execution 4 January 17th, 2007 20:49



All times are GMT. The time now is 11:49.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36