We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Is it possible to create list type field as dependent field in servicenow task table

Praveen Kumar4
Kilo Contributor

Field 1 is list type field and field 2 is also list type field dependent on field1 ,is it possible to create such dependency?

17 REPLIES 17

Cant we make it without modifying Reference dictionary?

No, because you will not find the sys_choice table to set it on the reference specification.

You can modify it and then reverse it or create a new table instead using the sys_choice table.

Hope it helps.

Thanks.

Note to people contemplating making a reference to sys_choice: don't. It's not me who says this, but ServiceNow. The reason being that whenever a choice set is updated, there is a chance that existing choice records would be deleted and other choice will be created in their place - with the same value, but with different sys_id, which means existing records referencing the replaced choice will be orphaned.

@Alejandro RP  Thanks but this is only working in Classic UI, Not in workspace.

Hi @Alejandro RP  I have the same requirement and did the same configuration but not working.

Both the fields are list type and referencing to Choice table. On selecting of value from field "A", am not getting any value in field "B".