Show list of all service offering when service selected as NONE

Deepika Gangra1
Tera Expert

Hi All,

Service Offering is dependent field on service. So when I select --none--  as service then all service offering should be visible in dropdown.

How can we achieve this.

Thanks in advance for response.

1 ACCEPTED SOLUTION

Hi @Deepika Gangra1,

 

Try this updated R/f qualifier as -

 

javascript: if (current.u_service != '') {
"parent=" + current.u_service;
}

 

Thanks,

Sagar Pagar

The world works with ServiceNow

View solution in original post

7 REPLIES 7

DeepikaGangra1_0-1670224403640.png

 

Hi @Deepika Gangra1,

 

Try this updated R/f qualifier as -

 

javascript: if (current.u_service != '') {
"parent=" + current.u_service;
}

 

Thanks,

Sagar Pagar

The world works with ServiceNow

This works, Thank you Sagar .