How to allow users to list edit the currency field type fields

madhuabbaraju
Kilo Contributor

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

6 REPLIES 6

madhuabbaraju
Kilo Contributor

Please suggest on this

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

Elczar Adame1
Tera Expert

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

find_real_file.png

This solved it for me!  Thanks very much.