cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
460
Views
0
Helpful
1
Replies

AXL: How list Line Groups?

schemberg
Level 1
Level 1

Good Morning Group!

We would like to have the possiblity to have a list of all Line Groups and than do a getLineGroup for details.

There is no listLineGroup in AXL documentation nor in the wsdl-file (even not for 6.1).

Has anyone a solution?

Kind regards

Axel

1 Reply 1

schemberg
Level 1
Level 1

Hi,

just to let you know how I resolved this with executeSQLQuery:

"SELECT name FROM LineGroup WHERE name LIKE '"+ name +"%'"

Regards

Axel