cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Advanced Userdefined Functions

Former Member
0 Likes
309

What is the Queue, Context in Advanced User Defined Functions ...

when we use CACHE in advanced user defined function...

regards,

raj

Edited by: Raja Sekhar Reddy T on May 30, 2008 3:58 PM

View Entire Topic
Former Member
0 Likes

hi

take this eg:

<Root>

<Mat>

<MatNo>10</MatNo>

</Mat>

<Mat>

<MatNo>20</MatNo>

</Mat>

<Mat>

<MatNo>30</MatNo>

</Mat>

<Mat>

<MatNo>40</MatNo>

</Mat>

</Root>

If you take the queue of <MatNo>

it will be 10||20||30||50

where || - is the content change means the parent node <Mat> is repeating

If you check 'Cache the complete Queue' - the content changes also can be manupulated in the AUDF...context change also will get added to the Q

rgds

Arun