cancel
Showing results for 
Search instead for 
Did you mean: 

How to Populate Node Within Parent Node?

Former Member
0 Kudos

Hi @,

I have nodeA within that nodeB .nodeA can have multiple nodeB.

But the contents of nodeB have to be derived from one attribute in nodeA.

I am not able to attach the nodes to the nodeA.

How can we do this?

Regards

Accepted Solutions (0)

Answers (6)

Answers (6)

lokesh_kamana
Active Contributor
0 Kudos

Hi,

Can u tell me how did you resolve this issue?

Thanks & regards,

Lokesh

Former Member
0 Kudos

hi

Please go through this link

It will help u .It gives info on supply fun.related to ur Q

Regards

Ruturaj

Former Member
0 Kudos

Hi @,

I solved it myself hence closing the thread.

Regards

Former Member
0 Kudos

Hi,

"But the contents of nodeB have to be derived from one attribute in nodeA"

you can derive the value of node A, create an elemnt of node B, depending on value of attributes of node A set the data and then bind it to node B...

"I am not able to attach the nodes to the nodeA."

Are you trying the map the two nodes using a data link?

Former Member
0 Kudos

Hi ,

In my case I will get 3 to 4 values out of a string and then how can I add them to the node?

Regards

Former Member
0 Kudos

Hi,

I think you might be looking for Singleton/Non Singleton nodes and Supply Function kind of thing. Just go through the following thread and also various links provided in it, it may help you.

[]

Regards

Raghu

Former Member
0 Kudos

hi,

You can not have multiple child nodes of the same name under a parent node.

Former Member
0 Kudos

Hi @,

I am sorry, my nodes have different Name I was just quoting an example.

nodeB is LineItem kind of field for nodeA so nodeB will contain multiple elements within .

nodeA

---attrA

---nodeB

-


attrB

attrA and nodeB are at same level.

Regards

Edited by: BeyondThe obvious on Oct 14, 2008 1:58 PM

Edited by: BeyondThe obvious on Oct 14, 2008 1:59 PM

Former Member
0 Kudos

hi!

i think multiple child nodes are not possible.

Edited by: Vishal Anand on Oct 14, 2008 1:56 PM