cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1680
Views
5
Helpful
9
Replies

Anyone has a working updateline example to change css?

calvinzhao
Level 1
Level 1

For CCM 7.0.

Many thanks!

We've tried this, but seems not work.

  <axl:updateLine xmlns:axl="http://www.cisco.com/AXL/1.0" xsi:schemaLocation="http://www.cisco.com/AXL/1.0 http://ccmserver/schema/axlsoap.xsd"  sequence="1">
   <pattern>3002</pattern>
   <shareLineAppearanceCSSName>Local</shareLineAppearanceCSSName>
        </axl:updateline>

1 Accepted Solution

Accepted Solutions

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

According to the schema you have a choice of several ways to identify the line you want to change... the simplest is to suppy a pattern, routePartitionName, and a nulled routeFilterId.

I guess you are trying to update the CSS, so try this:

(inserting the partition the line is in where I have YOURPARTITION)

Regards

Aaron

Please rate helpful posts...

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

View solution in original post

9 Replies 9

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

According to the schema you have a choice of several ways to identify the line you want to change... the simplest is to suppy a pattern, routePartitionName, and a nulled routeFilterId.

I guess you are trying to update the CSS, so try this:

(inserting the partition the line is in where I have YOURPARTITION)

Regards

Aaron

Please rate helpful posts...

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

I dont' have the RoutePartition yet, but I got it work with this sample:

http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance

" xmlns:xsd="http://www.w3.org/2001/XMLSchema">   

  http://www.cisco.com/AXL/1.0" xsi:schemaLocation="http://www.cisco.com/AXL/1.0 http://ccmserver/schema/axlsoap.xsd"  sequence="1">

   3002 

   Local

       

   

Four stars for a quick fix hmm??? You're hard to please.

Aaron


Please rate helpful posts and mark answered questions that you've got a satisfactory response from to help identify useful content in the forums...
https://supportforums.cisco.com/docs/DOC-6212

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Hi Aaron,

I must say sorry if you are not feel so comfortable, and I'm really new to the rating system.

Actually, I find this post before your replies, and then I made my own which I posted above.

https://supportforums.cisco.com/message/1249792#1249792

Let me know if I can do something else, is that possible for changing the rate?

Really sorry for that, please understand...

William Bell
VIP Alumni
VIP Alumni

Administration Guide for Cisco Unified CCX and Cisco Unified IP IVR, Release 7.0(1)

Wouldn't you need to use something like:

< axl:updateLine xmlns:axl="http://www.cisco.com/AXL/1.0" xsi:schemaLocation="http://www.cisco.com/AXL/1.0 http://ccmserver/schema/axlsoap.xsd"  sequence="1">>

      aaaaaaaaaaaaaaaaaaaaaaaaaa

      3002

      blah

      Local

Administration Guide for Cisco Unified CCX and Cisco Unified IP IVR, Release 7.0(1)

You have to identify the pattern uniquely.  I always use the "uuid" method because it is "universally unique".  You can use the existing pattern but you would need to couple that with the existing partition as well:

1111

blah

Because a pattern by itself is not unique.

HTH.


Regards,
Bill

HTH -Bill (b) http://ucguerrilla.com (t) @ucguerrilla

Please remember to rate helpful responses and identify

Hi Bill

You wouldn't want the 'new' lines unless you wanted to change those properties....??

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Hi William & Aaron,

I know what you mean, but my previous example, with a null routePartitionName works.

Thanks a lot guys, I may have further quesitons afterwards.

aaronharrison wrote:

Hi Bill

You wouldn't want the 'new' lines unless you wanted to change those properties....??

Aaron

Correct.  Using the "new" means rewriting the DN which is not the requirement.  I was actually responding to the original post before I saw all of the exchanges between yourself and the OP.  So, I wasn't sure if the OP was trying to update a DN at the same time as the CSS or not. That is why I showed both options.  I just showed the "if you aren't updating route pattern" portion with less emphasis.

The past few days I have experienced delays with the netpro posts (specifically, e-mail replies).  Sorry if that spilled over here.

Regards,
Bill

HTH -Bill (b) http://ucguerrilla.com (t) @ucguerrilla

Please remember to rate helpful responses and identify

Hi Bill

It is annoying isn't it? I did log a case with support but no news yet...

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!