<div dir="auto">Hi all,<div dir="auto">For a client I need to select some entities in Account and let them create a mass task on them.</div><div dir="auto">This has to work with: select all and if filters are set.</div><div dir="auto"><br></div><div dir="auto">I know that when you select all, the CRM creates this object</div><div dir="auto">{"selected_ids": "all", "viewname":, "excluded_ids":,"search_params":[[["XXX","c","yyyy"]]]}</div><div dir="auto"><br></div><div dir="auto">And if you select entities instead of all you have the array of ids.</div><div dir="auto"><br></div><div dir="auto">Is there a way to get the ids of a particular view, with or without the search_params? </div><div dir="auto">For the latter, how do you handle it an array nested at level 3? </div><div dir="auto"><br></div><div dir="auto">Question number 2: do you know if it's the query sent in get (appended to uri) to command or it's the array set in the session?</div><div dir="auto"><br></div></div>