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

UCCX 7 holidays Cript

hamed1900
Level 1
Level 1

Hi,

I am about to create a script for Holidays 2011-2012.

I did that but for some reasons it seems it does not read the first part which is Holidays??? it just goes to redirect section immidiately.

I have put the scrip and the file for holidays and If someone can tell me what si wrong would be great.

Thanks,

file dateList.xml:

- <Holidays>

  <Holiday1>12/15/2011</Holiday1>

  <Holiday2>1/26/2011</Holiday2>

  <Holiday3>2/27/2011</Holiday3>

  <Holiday4>1/1/2012</Holiday4>

  <Holiday5>1/2/2012</Holiday5>

  <Holiday6>4/26/2012</Holiday6>

  <Holiday7>4/6/2012</Holiday7>

  <Holiday8>4/7/2012</Holiday8>

<Holiday9>4/8/2012</Holiday9>

</Holidays>

1 Accepted Solution

Accepted Solutions

Hi Hamed.

Your script goes to "Final" step because it doesn't receive the dateFromlist value at the beginning of the script and it reaches the loopHolydaymax value.

In attach you find a working script with the relative xml file.

Please let me know and , if useful , rate this post.

HTH

Regards

Carlo

Please rate all helpful posts "The more you help the more you learn"

View solution in original post

2 Replies 2

Hi Hamed.

Your script goes to "Final" step because it doesn't receive the dateFromlist value at the beginning of the script and it reaches the loopHolydaymax value.

In attach you find a working script with the relative xml file.

Please let me know and , if useful , rate this post.

HTH

Regards

Carlo

Please rate all helpful posts "The more you help the more you learn"

Thanks Carlo,

You made my day.....

I changed that based on my settings and work perfect!!!

Much appreciated.