cancel
Showing results for 
Search instead for 
Did you mean: 

Possibility of filling non interface node

Former Member
0 Kudos

Hello All ,

I have a component C1 with Node N1 which is non interface Node.

I am creating component C2 and Used C1 as Used component.

Is it possible to fill attribute of Node N1 from C2 .

Thanking you,

Regards,

satya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you can create a method in c1 to fill node N1.

make it interface method pass your data records from c2 component to int this method it will set your node n1.

Former Member
0 Kudos

Hi Jitendra ,

Thank you.

C1 is a standard component . So I can not edit it.

Any other possibility ?

Thanking you,

Regards,

satya

Former Member
0 Kudos

you can enhance standard component

Former Member
0 Kudos

Can we any thing with out touching C1.

Regard,

satya

Former Member
0 Kudos

we cann't touch N1 outside c1 componnent its like private attribute of class we have to use class method or make it public

reward if helpful

Former Member
0 Kudos

Ok. But this is the constraint I have.

Other wise it is pretty simple.

Let me see , if any others can help.

Regards,

satya