inline editing for choice lists fields in workspace

Mike Gomez1
ServiceNow Employee
ServiceNow Employee

Is it possible to set a choice field value inline in workspace?
I have this property set to true
glide.lists.inline_editing_enabled
but I still see this error message: 

"Inline editing is disabled for this list"
On the incident form in workspace, I want to set the "asset action" field on a record in the "affected ci" related list.

7 REPLIES 7

Hey Mike,

I was wondering if you managed to find any solution to this? I have the exact same issue - we can edit the fields from the List view, but we need to be able to edit the related list items without going into each individual one from SOW.

Thanks.

Arturo Guieb
Tera Contributor

Any update on a possible fix for this?

SyedMahemoH
Tera Expert
glide.lists.inline_editing_enabled = true, there are additional factors affecting inline editing in Service Operations Workspace (SOW):

Related List Inline Editing Limitations

Not all related lists support inline editing in Service Operations Workspace.
Choice fields (like "Asset Action") may require extra configuration.
List Configuration Settings

Check if the related list has "Enable List Editing" enabled.
Path: System UI → Lists → Open the list and ensure "Editable" is enabled.
ACLs or UI Policies Blocking Edits

Check ACLs for the affected_ci table to ensure your user role has write permissions.
Ensure UI Policies or Data Policies aren’t restricting inline edits.
Service Operations Workspace-Specific Configuration

Unlike traditional UI, SOW relies on declarative actions and workspace settings.

Hi @Mike Gomez1 ,
I hope you are doing well!

Here is the some essentioal on 

glide.lists.inline_editing_enabled = true, there are additional factors affecting inline editing in Service Operations Workspace (SOW):

  1. Related List Inline Editing Limitations

    • Not all related lists support inline editing in Service Operations Workspace.
    • Choice fields (like "Asset Action") may require extra configuration.
  2. List Configuration Settings

    • Check if the related list has "Enable List Editing" enabled.
    • Path: System UI → Lists → Open the list and ensure "Editable" is enabled.
  3. ACLs or UI Policies Blocking Edits

    • Check ACLs for the affected_ci table to ensure your user role has write permissions.
    • Ensure UI Policies or Data Policies aren’t restricting inline edits.
  4. Service Operations Workspace-Specific Configuration

    • Unlike traditional UI, SOW relies on declarative actions and workspace settings.