cancel
Showing results for 
Search instead for 
Did you mean: 

Field added by EEWB is read only

Former Member
0 Kudos

Hi,

We added 2 fields (type char) in pricing table using EEWB but these fields are read only when we checked them in BOL browser.

Can someone help us to resolve this issue?

Thanks...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

We created these fields on different level and it worked.

Former Member
0 Kudos

Hi,

If u want these field editable(read/write) u need to create GET_I_XX method for these fields and write

rv_disabled = 'FALSE'.

First enhance ur view then create GET_I_XX method of that attribute of this node.

U can check any standard node for ur refrence for example BTAdminH.

Regards

Gaurav

Former Member
0 Kudos

Hi Gaurav,

It makes field editable on portal when user enters any data to these fields it is not changed in the database since these fields are internally read only. When we run a query in BOL browser for containing structure, these fields always appear to be unchangeable.

This is the reason why data input from web UI is not retreived at backend.

former_member813607
Contributor
0 Kudos

Shikha,

May be you have marked those fields as reado only while running EEWB !. or else may be EEWB enhancement didnt happened succesfully!.

What I would suggest is delete this project / fields and create the necessary fields again. this could be fast rather than digging into the problem.

Regards, Sudeep..