Hello.
I have a report that can handle multiple actions with all parameters set to optional.
I'm trying to use dbr.searchable - first - even if all the parameters are optional - I must include them all here (I do not need to do that for dbr.report) otherwise I get a Missing parameters error
select 'dbr.searchable','sp_DBR_manage_sellers','Search name and description','inLogin=login','inAction="store.browse"', 'inInt1=store_id', 'inText2=""', 'inInt2=""', 'inDate1=""', 'inDate2=""';
Second - once I've included all parameters I get the following
Report security hash does not match. Report execution aborted
It is quite obvious looking at the urls that the url of the report and the callback url for the searchable field are very different and have different hash ids.
It is also not clear if the in_search parameter mentioned here: http://mydbr.com/doc/?cmd.linked.html#dbr.searchable is passed by name or somewhere in the parameter order - in my case passed as in_search would most likely be best.
Best regards,
Maron