" /> list of persons - Genesys CTI User Forum

Author Topic: list of persons  (Read 2963 times)

Offline Adroit

  • Newbie
  • *
  • Posts: 7
  • Karma: -3
list of persons
« on: April 10, 2013, 06:29:29 PM »
Advertisement
Hi All,

Need a query to list all the agents (who does not have agent login id mapped to them) and the folder name(with the parent folders name) where they are present.

Please help.

Thanks!

Offline vjicecool

  • Full Member
  • ***
  • Posts: 127
  • Karma: -1
Re: list of persons
« Reply #1 on: April 11, 2013, 12:41:42 AM »
I think you need to query the config db
using the query tool log in there and write some query

Offline Adroit

  • Newbie
  • *
  • Posts: 7
  • Karma: -3
Re: list of persons
« Reply #2 on: April 11, 2013, 08:53:18 AM »
yeah i need to query config db...i wanted help in writing a query for the result required for the above mentioned scenario. :)

Offline genesysguru

  • Sr. Member
  • ****
  • Posts: 293
  • Karma: 12
    • Genesys Guru Blog
Re: list of persons
« Reply #3 on: April 11, 2013, 09:28:53 AM »
PSDK is the officially supported method for accessing the configuration database ....

Offline eduardosaito

  • Newbie
  • *
  • Posts: 41
  • Karma: 0
Re: list of persons
« Reply #4 on: April 12, 2013, 11:26:14 AM »
I think you will have to use these cfg tables :

- cfg_agent_login
- cfg_login_info
- cfg_person
- cfg_obj_folder
- cfg_folder

Depending on how many folder levels you are using in your setup, you will have to use more than one cfg_obj_folder and cfg_folder combo.

Hope you could understand what I meant since I am kinda asleep because my children woke up very early today =)