We are going to connect our phone system to CommitCRM so that customers can enter a ticket number, and then the caller will be connected with whoever the ticket is assigned to.
I get that we can query for the ticket number, and one of the values would be the employee ID we get to know the employee.
But what i can't find is what table the Employee records would be in so we can then cross reference the employee ID to get their phone number to call. So for example "phone 4"
So what would my flow would be as this.
Look up ticket based on Ticket number,
From there get the employee ID on that ticket.
Lookup that employee ID to get their phone 4 entry.
Can someone point me to which databases table and values i would need to look at. Best i can tell
Ticket number - FLDTKTTICKETNO
Employee ID - FLDTKTWORKERID
Phone 4 - ?????
Just don't see anywhere to find that info. Any help would be appreciated. Of if someone already doing this, please chime in.
I get that we can query for the ticket number, and one of the values would be the employee ID we get to know the employee.
But what i can't find is what table the Employee records would be in so we can then cross reference the employee ID to get their phone number to call. So for example "phone 4"
So what would my flow would be as this.
Look up ticket based on Ticket number,
From there get the employee ID on that ticket.
Lookup that employee ID to get their phone 4 entry.
Can someone point me to which databases table and values i would need to look at. Best i can tell
Ticket number - FLDTKTTICKETNO
Employee ID - FLDTKTWORKERID
Phone 4 - ?????
Just don't see anywhere to find that info. Any help would be appreciated. Of if someone already doing this, please chime in.
Comment