cancel
Showing results for 
Search instead for 
Did you mean: 

Value attribute

surekha_rao
Participant
0 Kudos

Hi Experts,

I have a value attribute(currency) which I need to make editable. Though I need not have to save the data in database, I will have to use the entered currency to change an amount field.

I have made it editable in GET_I method. But on view it is still in display mode. I am trying to debug but get_i and set methods are not getting triggered. What could be the reason and is there anything else that I need to do for this requirement.

Thanks in advance,

Regards,

Surekha.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Surekha,

Check the corresponding field configuration and ensure that the display check box is not checked in the field properties of the currency.

Hope this helps.

Thanks

Swapna.

surekha_rao
Participant
0 Kudos

Hi Surendra,

I have checked all those methods and its getting instantiated.

Thanks,

Surekha.

Former Member
0 Kudos

Hi,

I think the problem is with the 'value node' not getting instantiated. There should be a 'create_<%node name%>' method in the method 'create_context_nodes' of the '_CTXT' class. Please check if it is available or not. If not available, please create and check it.

Thanks,

Surendra K