Integrated Application Platform › Forums › General › Error with Reporter › Reply To: Error with Reporter
July 27, 2015 at 4:17 pm
#1206
Keymaster
Sorry, I was giving you the wrong directions.
You do NOT need the plugin.
CustomReportsMenu is wrong. Change GetSource to be:
GetSource(source)
{
return Object(query: source, name: source)
}
You also need to run (from the WorkSpace):
Params.Ensure()
I tested with a fresh download and this seems to work for me. (I could recreate your problem.)
If you look at the Accounting download you can see that it redefines parts of Reporter so that you choose a data source instead of just entering a query. That is what I was thinking of.