Announcement

Collapse
No announcement yet.

Auto Tender Shipment at a particular time

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Auto Tender Shipment at a particular time

    Hi

    We have a scenario where i need to send a shipment tender to a carrier two hours before the shipment start time. In an automation agent i am unable to set the time.

    If anyone knows how this can be achieved please let me know

    Thank you

    Regards
    Divya Bhansali

  • #2
    Re: Auto Tender Shipment at a particular time

    Hi
    I think that using a proper saved query/condition, you are able to check this situation, at least you have to write down a Saved Query in SQL instead of using FInder Option.
    Something like select 1 from shipment where start_time < sysdate +2/24 and shipment_gid = $gid.

    If your problem is to trigger time when it happens instead of using an agent , scheduled a process that raise a custom event any....Minutes
    see Business Process Automation > Process Management

    Regards.
    Stefano Giommi

    e: [email protected]
    w: www.mavenwire.com

    Comment


    • #3
      Re: Auto Tender Shipment at a particular time

      You can accomplish this using Time-Based Milestone Templates and Monitors.

      Comment


      • #4
        Re: Auto Tender Shipment at a particular time

        Thank you very much for all the solutions.
        Divya Bhansali

        Comment

        Working...
        X