Allow list_edit for a specific field not working

ServiceLater1
Giga Contributor

In our table: u_contract_line_item there is a field u_price.

Currently, when viewed in a list, this field is not allowing list_edit.

I would like to allow list_editing of this field. I checked in UI Properties and List Editing is enabled.

How can I go about enabling list editing for this field?

1 ACCEPTED SOLUTION

ServiceLater1
Giga Contributor

Thanks for all the advice and feedback. After much searching, it turned out that the field type was "currency" which happened to be in the list of fields denying list editing (this was under system properties > ui properties).

 

Once I removed that field type from the list the list editing worked.

View solution in original post

11 REPLIES 11

Yaraslau
Tera Guru

Did you check ACLs?

find_real_file.png

Do you see the same?

This is what it looks like.

Jaspal Singh
Mega Patron
Mega Patron

Check for ACL of type list_edit on the required table & field.

If it does not exist you can thik of creating one.

I could not find any ACL concerning a list_edit action. But what would be the conditions to allow list_edit in the ACL?