cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
453
Views
0
Helpful
2
Replies

How to get CSS from an extension

nboonpramook
Level 1
Level 1

Hi,

I just need to use AXL to get the css config in the specific extension .. I check the AXL GetLine but somehow i can not found it ...

what i can think is maybe ExceuteSQL but i am no idea to start from... I appreciated if guru here provide example of ExceuteSQL Query ...

Thanks.

natta

1 Accepted Solution

Accepted Solutions

Sascha Monteiro
Level 6
Level 6

ok,

just out the top of my head, just to make the point;

select numplan.dnorpattern,callingsearchspace.name from numplan join callingsearchspace on (callingsearchspace.pkid = numplan.fkcallingsearchspace_sharedlineappear

) where numplan.dnorpattern = '1234'

but if you use getLine, you need to use

and then do a getCSS with that uuid

hth

Sascha

View solution in original post

2 Replies 2

Sascha Monteiro
Level 6
Level 6

ok,

just out the top of my head, just to make the point;

select numplan.dnorpattern,callingsearchspace.name from numplan join callingsearchspace on (callingsearchspace.pkid = numplan.fkcallingsearchspace_sharedlineappear

) where numplan.dnorpattern = '1234'

but if you use getLine, you need to use

and then do a getCSS with that uuid

hth

Sascha

Millions Thanks, you deserve 5 points,

Natta

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: