How To Make A Field Dependent On A Service Catalog Item.

reyservicenow
Tera Expert

How To Make A Field Dependent On Another Variable On A Service Catalog Item. Not In A Form.

1 ACCEPTED SOLUTION

Michael Ritchie
ServiceNow Employee
ServiceNow Employee

You didn't mention the type of fields you are referring to, but if a choice/select box, this article will walk you through it:


http://wiki.servicenow.com/index.php?title=Adding_Dependent_Variables#gsc.tab=0


View solution in original post

9 REPLIES 9

Michael Ritchie
ServiceNow Employee
ServiceNow Employee

You didn't mention the type of fields you are referring to, but if a choice/select box, this article will walk you through it:


http://wiki.servicenow.com/index.php?title=Adding_Dependent_Variables#gsc.tab=0


You Are Correct I Did Not. But I Was Looking For A Type of Field Called A List Collector Or A Single Text Field or even a Reference Field in a Service Catalog item. I am thinking in a Rerefence field a Reference Qualifier will do this?


If the variable is of type reference, then yes a reference qualifier could solve your use case.   You could get the current.variables.VARIABLE-NAME value and use it for the filter.


Thanks Appreciate It.