filter reference filed is not working

Gillerla Rajesh
Tera Contributor

GillerlaRajesh_0-1710310632281.png

 

GillerlaRajesh_1-1710310709856.png

 

these are sla configurations and i have catalog form in form i have field it is reference to sla table here i need to filter the based on company and Type of SLA and shown in Assocaiated SLA filed 

GillerlaRajesh_3-1710311510238.png

 

GillerlaRajesh_2-1710311179311.png

 tried with dynamic reference qualifier

javascript:'company='+current.variables.company;

 

 

but not working any one help me with this. how can i achive

 

 

4 REPLIES 4

omkar_jadhav_
Tera Contributor

hello @Gillerla Rajesh 
1 - make the 'associated sla' field dependent on 'type of sla' field
2 - in advance reference qualifier put this script: javascript:"company="+current.type_of_sla
3 - make sure the 'company' field having value display=true
4 - if you want those values in dropdown go to choice list specification and select dropdown with none

Hi @omkar_jadhav_ 

it's not working, 3 rd point i not getting where i need to keep display =true

hey @Gillerla Rajesh 
right click on 'company' field -> configure dictionary, there is checkbox name as 'display' make it true.
(if the display checkbox is not there in configure dictionary of company field, then open form layout and select the display field from left side to right side)

Gillerla Rajesh
Tera Contributor

it's not working any one help me here to achive this