512
Views
0
Helpful
1
Replies
AXL - Query LineGroups for specific DN

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2013 10:38 AM - edited 03-19-2019 06:31 AM
I'm trying to figure out if there is a simple approach to locating which LineGroups a particular Directory Number is associated with without a listLineGroup and searching the members, is this possible with SOAP AXL or using SQL or will I have to listLineGroups and expand on the members seperately (or am i trying to simplify an already simple process)
Labels:
- Labels:
-
UC Applications
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2013 12:17 PM
You could use SQL via AXL to run the following query:
select n.dnorpattern as dn, l.name as linegroup from linegroupnumplanmap as m left join numplan as n on m.fknumplan = n.pkid left join linegroup as l on m.fklinegroup = l.pkid where n.dnorpattern = ''
Anthony Holloway
Please use the star ratings to help drive great content to the top of searches.
