This topic contains 2 replies, has 0 voices, and was last updated by NateS 7 years, 3 months ago.

  • Author
    Posts
  • #18337

    NateS

    I have a UserEventScript that sends an email after an item fulfillment has been marked shipped, but I want to delay it an hour after the order has been marked shipped in case of any changes that need to be made to the order. Is this possible?
    This is a cached copy. Click here to see the original post.

  • #18338

    erictgrubaugh

    No, but you could refactor to a Scheduled Script that runs however often you need and looks for Item Fulfillments marked shipped in the last hour or two.

  • #18339

    NateS

    Originally posted by erictgrubaugh

    View Post

    No, but you could refactor to a Scheduled Script that runs however often you need and looks for Item Fulfillments marked shipped in the last hour or two.

    So I could use the search module to look up the recent item fulfillments that I need, but in a scheduled script instead of User Event?


    erictgrubaugh replied on 07/27/2017, 03:51 PM: That’s correct.

You must be logged in to reply to this topic.