Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 2 of 2

Thread: Using contact.time

  1. #1
    Junior Member
    Join Date
    Feb 2002
    Location
    United States
    Posts
    2

    Default

    I was wondering the best way to use the contact.time field.



    We have a centralized helpdesk and currently contact.time is required, but since all tickets go throught the helpdesk contact.time is based on how long it took helpdesk to respond to the ticket. I would like some type of validation that would make the assignment group that the helpdesk sends the ticket to, to be required to fill in contact.time that way we can see the response times for the different groups. Is there an easy way to do this?

  2. #2
    Junior Member
    Join Date
    Mar 2002
    Location
    United Kingdom
    Posts
    29

    Default

    One way is as follows;



    On display of the record use format control to populate a variable with the current Assignment Group, or the HELPDESK if it is currently null.



    $AG=nullsub(assignment in $file, "HELPDESK" )



    On update or add use the the following condition;



    (assignment in $file ~= $AG) and $AG="HELPDESK"



    to run the following line;



    contact.time in $file=tod()

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts