reference qualifier is changing from advanced to simple
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 11:16 PM
Hi All , in 1 reference qualifier i was changing the reference qualifier type from simple to advanced. but it was auto chaiging back to simple from advanced. may i know what was the reason? screenshot below.
Note: in default view the use reference qualifier was not displayed. only in advanced view it displayed. but when changing the user reference qualifier from simple to advanced it was not changing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 11:42 PM
The reference qualifier i am using to modify was swaped ci. this field is available in task_ci table. screenshot below for more info. below to screenshot i attached the code i used in advanced reference qualifier. so kindly check if any error with that too!
javascript: var toReturn = ""; if(current.task.getDisplayValue().startsWith('INC')) toReturn = 'sys_class_name=' + current.ci_item.sys_class_name; toReturn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 11:59 PM
The field i am using was swapped ci. This is available in task_ci table. What i actually does is i changed the view to advanced view then only use reference qualifier was displayed and then i changed to advanced from simple and given filter conditions. but it was reverting back to simple after i save.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 12:21 AM
In your code, you need to replace ":" with the actual colon character ":"
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 12:17 AM
I was given some wrong conditions in filter hence this issue happened. Thank you all for your support.