cancel
Showing results for 
Search instead for 
Did you mean: 

mapping of context attribute to the used models

Former Member
0 Kudos

Hi All,

I am currently doing an update on an existing project to add some fields. I noticed that the context are all in value node attributes and there is no direct mapping for all the of them to the model nodes.

My question is, how was the data binded to the used model attributes? I was wondering on how was the context attributes get mapped to the models? how to trace on the equivalent mapping of the value node context to the model?

i am still newbie on this.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member214651
Active Contributor
0 Kudos

Hi,

check in the method where the model is executed, the values from the context value attribute are set to the model attributes.

Regards,

Poojith MV

Former Member
0 Kudos

Hi Poojith,

Can you give me an idea on where or how can i find where the model was executed?

former_member214651
Active Contributor
0 Kudos

If u are doing a save operations by passing the values from screen to the back-end on click of a button. go to the action of the button in the implementation part and check if there are any function calls.

If any method is called, navigate to the method. U can find the variables being set to the model and executed.

Hope this helps u.

Regards,

Poojith MV

Former Member
0 Kudos

I got it now. Thanks Poojith..

Answers (0)