- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 02:26 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 06:36 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 02:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 02:33 AM
This is what it looks like.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 02:32 AM
Check for ACL of type list_edit on the required table & field.
If it does not exist you can thik of creating one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 02:33 AM
I could not find any ACL concerning a list_edit action. But what would be the conditions to allow list_edit in the ACL?