Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Office Accounting SDK   (RSS)
How can I create new Office Accounting reports that can be seen by low rights users?
A few people have had this problem now: They create a report add-in for Office Accounting but when they deploy to the end users the reports does not show up in the menu. One of those ”but it works for me!!” problems… A typical reason can be that you forgot Read More...
My Office Accounting report’s aging filters need to add new columns
I just got this question: “The problem is that I am creating a new custom report using the INativeReportV2 interface. I am trying to apply Aging Options Filter to the report. The problem is, how I do capture those values in the CreateDesign method? The Read More...
Add custom filters to your custom Office Accounting reports
What if I have created a INativeReport and I want to filter it, but the build in filters are not exactly what I need? Well you can create your own filters! It does require some coding though (but we like code, right?). As an example let’s add a “Region” Read More...
More than one report in one Office Accounting add-in
I was asked If you need a new Report add-in for each report you want to add. I think it is a good question and one of the things you do not get for free in you generate your reports using the templates (there I had a chance to mention it again) The answer Read More...
Performance optimized coding with the Office Accounting SDK
Some things are more expensive than others when using the Office Accounting SDK, here is a few tips I have found along the way: If doing bulk inserts or updates you will probably get better performance if you disable refreshing from the database... We Read More...
Page view tracker