I’ve been looking for guide to creating custom reports, something with a database schema at least, and maybe some info about fields.
Is there such a thing?
I’ve been looking at old topics in the forum, and found some table names, but receive errors when I use something as simple as
select * from accounts
I get this, instead of the expected SQL with all fields on all records on the table.
System.NullReferenceException: Object reference not set to an instance of an object at ManagerServer.HttpHandlers.Businesses.Business.Reports.CustomReports.CustomReports2.Post () [0x00e20] in <84052af804044a07b4c41e1c731f8c79>:0
Any information gratefully received…
Richard