cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a particular field editable in a Form/Empty View

Former Member
0 Kudos

Hi All,

I want make a particular field editable in a Form View. Means i have 5 fields in the Form View and out of 5 fields i want to make one field editable or input field. Can you plz tell me how to do that?

thanks & regards

Madhusudan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can achieve the same by two methords.

1) Goto configuration of the view in which you want to make fields editable/ non editable. Click on your field. Click on field properties. On the menu you can click on Display only. It will make your field non editable. If you remove the check, it will be editable.

2) Goto Get_I_fieldname methord of your field. There write code rv_disable= 'FALSE'. Field will become editable. rv_disable= 'TRUE' will make field non editable.

Best regards

Pankaj Kumar

Former Member
0 Kudos

Hello,

You have to redefine the method get_i_XXXXX where XXXXX is the name of the attribute.

Just set rv_disabled = 'FALSE' and your field will be ready for input.

Regards,

Benoî