How to allow users to list edit the currency field type fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2018 12:20 PM
Hi All,
We have a form which contains 10-15 currency fields. And we know by default Currency fields are not editable from list layout. Because of this property.
glide.ui.list_edit_ignore_types
We will remove currency value from the property to allow users to edit value from list layout. But at the same time we want to allow particular roled users only have this access.
Since we have 10-15 currency type fields, is there a way to provide access to edit those fields from list instead of writing 10-15 ACL's for each field.
TIA
Regards
Madhuri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2018 12:40 PM
Please suggest on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2018 05:20 AM
Hi Madhuri,
Can you please tell exactly how many fields you have in the table?
If the number of fields that has to be editable are less than you can apply ACL on those fields along with an ACL over table.
Regards,
Manan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2018 06:53 AM
If I understand the case correctly, maybe one of the solutions is to remove the currency type of field from the array of un-editable elements from the System Properties > UI Properties module, or please refer to https://docs.servicenow.com/bundle/jakarta-platform-administration/page/administer/list-administration/task/t_ConfigureListEditorProperties.html

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2019 10:10 PM
This solved it for me! Thanks very much.