View Single Post
  #2 (permalink)  
Old May 29th, 2007, 10:42
bmj_23 bmj_23 is offline
Senior Member and Blogger
 
Join Date: May 2007
Posts: 170
Thanks: 4
Thanked 31 Times in 31 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
bmj_23 will become famous soon enough
Re: Auto tendering based on Service Provider tender cutoff time

There are probably a few options that you could explore:

1. Create a Tender Shipments process which runs every hour for example and which is based on a saved query that returns only those shipments where the time between the calculated shipment start time and carriers cut off time is less than x hours.

You will need to check where in the data model you are going to store that cut off time. I am not sure whether thati is stored on the service provider, rate offering, rate record, rate service etc. It may only be available for certain types of carriers e.g. LTL and Parcel, but not TL.

2. Investigate the consolidated tender functionality. This was a new feature in 5.5 and may allow you to bulk up the individual tenders that fall within your criteria and send it out to the service provider as a single tender at the appropriate time in the process.

3. If you wanted to do it on individual shipmeny by shipment basis, you could add a saved condition to the automation agent that runs the secure resources process when an order is added to a shipment, but uses the same logic in point 1.
Reply With Quote