Genesys Cloud - Main

 View Only

Sign Up

Expand all | Collapse all

Date and time stamp

  Thread closed by the administrator, not accepting new replies.
  • 1.  Date and time stamp

    Posted 01-09-2020 11:34
    No replies, thread closed.
    Hello,
    Is there somewhere on a call/callback where there is a date and time stamp that representatives who are getting the call can see of when that call came in?
    #Unsure/Other

    ------------------------------
    Tonna Winkers
    Credit Union National Association, Inc.
    ------------------------------


  • 2.  RE: Date and time stamp

    Posted 01-09-2020 16:58
    No replies, thread closed.
    Not in the out-of-the-box interface.  Best would be to show a script that can display that information to the agent when they pick up the Callback.

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



  • 3.  RE: Date and time stamp

    Posted 01-10-2020 09:12
    No replies, thread closed.
    I would love to see that enhancement if you want to submit it as an idea, I'd vote for it.


  • 4.  RE: Date and time stamp

    Posted 01-10-2020 12:49
    No replies, thread closed.
    There is a variable built into Scripter named Customer Call Start Time. You could display that in the script (all queue-related calls have an associated script...you'd have to designate the one you want to use with each queue)

    ------------------------------
    George Ganahl GCP (PureCloud), ICCE
    Principal Technology Consultant
    Genesys
    ------------------------------



  • 5.  RE: Date and time stamp

    Posted 03-04-2020 12:09
    No replies, thread closed.
    I believe it would be {{Scripter.Customer Call Start Time}}. 

    ------------------------------
    Angel R.
    ------------------------------



  • 6.  RE: Date and time stamp

    Posted 01-07-2024 03:58
    No replies, thread closed.

    Dear Angel Rodriguez

    Can I adjust time stamp from {{Scripter.Customer Call Start Time}} to format DD/MM/YYYY hh:mm? Because in script show format MM/DD/YYYY hh:mm



    ------------------------------
    Nuttapong Limadisai
    G-Able Public Company Limited
    ------------------------------



  • 7.  RE: Date and time stamp

    Posted 01-07-2024 17:23
    No replies, thread closed.

    Take a look at the formateDate function

    https://help.mypurecloud.com/articles/additional-functions-to-use-in-dynamic-variables/

    formatDate(1704665795000, "dd/mm/yyyy") - Time is in milliseconds.

    Though having said that, i'm getting some weird results in agent script at the moment that seems like a bug



    ------------------------------
    Anton Vroon
    ------------------------------



  • 8.  RE: Date and time stamp

    Posted 01-08-2024 05:46
    No replies, thread closed.

    Also in the link Anton shared - https://help.mypurecloud.com/articles/additional-functions-to-use-in-dynamic-variables/ - you could look at using: substr(string, start[, length])

    To show it in the format of DD/MM/YYYY, your dynamic variable would look like:

    substr({{Scripter.Customer Call Start Time}},8,2) + "/" + substr({{Scripter.Customer Call Start Time}},5,2) + "/" + substr({{Scripter.Customer Call Start Time}},0,4)



    ------------------------------
    Marian OConnell
    eleven (GEMA Consulting Ireland Limited)
    ------------------------------



  • 9.  RE: Date and time stamp

    Posted 01-08-2024 15:32
    No replies, thread closed.

    Dealing with Datetime elements in Genesys Cloud is a real pain and causes confusion across the platform.  Thanks @Anton Vroon for the formatDate reference, but milliseconds to datetime - are they for real?  I added an idea for a global format of datetime at the ORG level.  Please comment on this and let's get something going with Genesys to make this a product for the world and not just the US.

    Allow setting at ORG level for Datatime | Genesys Cloud Ideas Portal (aha.io)



    ------------------------------
    Robert Wakefield-Carl
    ttec Digital
    Sr. Director - Innovation Architects
    Robert.WC@ttecdigital.com
    https://www.ttecDigital.com
    https://RobertWC.Blogspot.com
    ------------------------------



  • 10.  RE: Date and time stamp

    Posted 01-08-2024 15:44
    No replies, thread closed.

    Thank you Robert,

    This idea has my vote, Working with date/time in Genesys Cloud is a real pain...

    Att,



    ------------------------------
    Breno Canyggia Ferreira Marreco
    https://www.linkedin.com/in/brenocfm-40b62182/
    ------------------------------



  • 11.  RE: Date and time stamp

    Posted 01-08-2024 15:52
    No replies, thread closed.

    Unix Epoch Timestamp is the easiest to implement, it's one of those things you would expect later on to be done a little more user friendly but just hasn't.

    I hear you on the internalization for Genesys, down here in little NZ it's a constant struggle. Internationlization of date time would be a nice start (https://genesyscloud.ideas.aha.io/ideas/OP-I-113) 200+ Votes submitted in 2017. 

    That and supporting their smaller customers. I get the big customer's pay the bills but not all of us are at that level yet, same of the base features need more attention rather than all the shiny AI stuff.



    ------------------------------
    Anton Vroon
    ------------------------------