filter reference filed is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 11:38 PM
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
tried with dynamic reference qualifier
javascript:'company='+current.variables.company;
but not working any one help me with this. how can i achive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 12:22 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 12:50 AM
it's not working, 3 rd point i not getting where i need to keep display =true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 01:37 AM - edited 03-13-2024 01:38 AM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 08:22 AM
it's not working any one help me here to achive this