cancel
Showing results for 
Search instead for 
Did you mean: 

one to many nodes

Former Member
0 Kudos

hi,
i have this requirement..
i have to create multiple 'PaymentData_filter' based on date feild in the 'overflowdetails' node.  when creating those different nodes i have take care of 'payment' 'newcheck' and 'overflowdetails' also to go to correct PaymentData_filter.
as the occurence of newcheck and overflowdetails have different occurence it is giving me some trouble, to make this work.

your input is appriciated.

please let me know if u need any more info to understand this scenario.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

create a UDF in which you will take all the fields which can influence

the context of PaymentData_filter - make the UDF - queue type so it will take all the values

at once - then just loop over different contexts taking all the rules which you need to use

and produce as many output values with correct context as you wish

this is the easy way in case the context logic is more complex - just try it it's pretty easy

Regards,

Michal Krawczyk

Former Member
0 Kudos

Thanks Michal. Used XSLT.

Answers (0)