- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2025 06:23 PM
Dear experts,
I have two separate forms in the risk record, where if technology risk is true, then the form fields will be different, but I wanted to create a module where it is technology risk created by me, but when I try and use the sysparm_fixed_query argument, it works where user cannot remove the breadcrumbs but when i click new from the form itself, the form creation will not be tech risk is true because it is not defaulted as so, but when I try to use the list of record to define technology is true as below, it will work the form creation while create new will be under tech risk, how can I maintain this feature while also not let user to be able to remove or edit the breadcrumbs?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2025 12:00 AM
I found a way which is adding ^EQ at the back will fix my problem
/sn_risk_risk_list.do?sysparm_fixed_query=sys_created_by=javascript:gs.getUserName()^u_technology_risk=true^EQ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2025 12:00 AM
I found a way which is adding ^EQ at the back will fix my problem
/sn_risk_risk_list.do?sysparm_fixed_query=sys_created_by=javascript:gs.getUserName()^u_technology_risk=true^EQ