sysparm_stack issue

Bhagya Lakshmi
Mega Guru

Hello team,

I wrote     sysparm_stack=/incident_list.do?sysparm_query=active=true in URL aruguments in one module. If I wrote like this it will redirect to Incident list view but filter is not set to active=true.

Can you suggest me how to write code for that?

3 REPLIES 3

vinayreddy9
Giga Contributor

How can I write by using sysparm_stack ?


One the Create New incident   module, I tested this with the following in the Link Type > URL(from arguments). It redirects to Problem list with active set to true.



incident.do?sys_id=-1&sysparm_query=active=true&sysparm_stack=problem_list.do?sysparm_query=active=true



OR


This redirects to problem list with active set to false.


incident.do?sys_id=-1&sysparm_query=active=false&sysparm_stack=problem_list.do?sysparm_query=active=false



--


Vinay Reddy