Make sure you have a label on routing client abc for route ###### mapped to dialed number abc.12334.
Assuming you are doing this in version 4.6.2+ there is a tab in the dialed number utility called dialed number label.
Also - FYI until you get this problem resolved calls that ICM chooses to...
I have a page that uploads a file to the web server, it redirects back to itself and copies the file to the sql server and does a bcp to load the file into sql redirects back to itself again and runs a stored procedure on the sql box that joins the table populated by the uploaded file to another...
I have a page that uploads a file to the web server, it redirects back to itself and copies the file to the sql server and does a bcp to load the file into sql redirects back to itself again and runs a stored procedure on the sql box that joins the table populated by the uploaded file to another...
Is there a way to get the DNIS to go all the way to the Agent - both PC and Phone?
I need to be able to point multiple (100s) of DNIS to single VDNs but, have to preserve the DNIS.
I inherited 2 proliant 6000s, I pulled the drives and memory out of 1 of them and put them into the other. I ran the System Erase Utility. The problem I am having is when I try to run the Array Configuration Utility from the Smart Start CD after reboot it does not boot to the utility.
I kinda figured that'd happen. You really have no choice but to change your schema. And add in a table that will have a many to one relationship with both the Dpartment and Transaction tables.
Add this function to a module in your DB then call it in your SQL.
Function FirstColumn(strTableName As String)
FirstColumn = CurrentDb.TableDefs(strTableName).Fields(0).Name
End Function
Example...
SELECT
firstcolumn("TableName")
FROM
TableName;
Here ya go...
select
year,
month1 as months
from
TableName
union all
select
year,
month2
from
TableName
union all
select
year,
month3
from
TableName
order by
year,
months
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.