Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Create a file_date = today filter

    Posted 12-16-2019 19:00
    No replies, thread closed.
    Hi, it was very common in PureConnect to create a filter with the expression FILE_DATE >= DATEADD(dd, 0, DATEDIFF(dd, 0, GETDATE())) in scenarios where a call list is uploaded daily and the campaign targets the newer call list without having to adjust the filter manually.  I have looked at relative time in the filters but not sure exactly how that works. Is anyone able to provide a good way to pull this off?

    Thanks
    #Outbound


  • 2.  RE: Create a file_date = today filter

    Posted 12-17-2019 01:34
    No replies, thread closed.
    Not sure that is going to be possible.  You should upload contacts to the same list and use reverse sorting on an insert date.  That should be close to the same.

    ------------------------------
    Robert Wakefield-Carl
    Avtex Solutions, LLC
    Contact Center Innovation Architect
    robertwc@avtex.com
    https://www.Avtex.com
    https://RobertWC.Blogspot.com
    ------------------------------



  • 3.  RE: Create a file_date = today filter

    Posted 12-17-2019 03:10
    Edited by Anish Sharma 12-17-2019 03:10
    No replies, thread closed.
    That will get the latest records but we may end up going through previous days records as well which is not wanted. This also means we cannot apply filters where we may want to target customers who we want to target where LAST_STATMENT_DATE is older than 2 weeks for example.