How do I maintain the fixed query while using the list of records' filter condition in a module?

ChuanYanF
Tera Guru

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?

ChuanYanF_0-1750296149102.png

ChuanYanF_2-1750296215809.png

 

 

1 ACCEPTED SOLUTION

ChuanYanF
Tera Guru

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

View solution in original post

5 REPLIES 5

ChuanYanF
Tera Guru

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