Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

List Reference Field dependant on another Reference Field

Omnia Ameer
Tera Contributor

Hello,

 

I would like to have one list reference field dependent on another reference field . I would like the 'Component' reference field to only show values that are related to the 'Product Name' so when I click on the 'Component' lookup, I only want to see the values related to Product Name which I selected immediately so I think this can be done using client script but how can I set the list Reference Field values??

1 ACCEPTED SOLUTION

If this is in the platform then you can use JavaScript in your advanced reference qualifier and the “current” object.

 

javascript: “u_product_name=“ + current.u_product_name

View solution in original post

11 REPLIES 11

test.png

@Ankur Bawiskar  please check the screenshottest.png