Ever wondered why there’s no tutorial on how to create a Sales Order report from scratch in the RDLC? The reason is because it takes a LONG TIME! Even for an experienced developer, it takes a long time. As I previously mentioned on my article, Microsoft really needs to address this in future versions. TheRead more
Category Archives: programming
Working with the new RDLC reporting for a few months now after the NAV2009 release, I thought I would like it as I work with it more. Sad to say, that hasn’t happened yet. It’s like being in a bad relationship and hoping some day that it’ll magically get better. And from the general consensusRead more
For some reason unfamiliar to me, Microsoft likes to write tutorials that does not easily teach you what you need to do to get the job done. For basic List type reports, yes, it’s quick and simple, however, when it comes to reports involving forms (i.e. sales order, sales invoice, etc), I cannot find aRead more
This is so someone does not pull their hair out like I just did. I cannot find anywhere in the documentation where this is explained so here it is: 1. Create your custom table 2. Create the drilldown page with SourceTable to your custom table 3. Save the page and REMEMBER THE ID 4. GoRead more
In Navision, there’s no function that will give you the fiscal year according to what you’ve setup on the Accounting Period table. Here’s a code that will get the current fiscal year based on the accounting period: AccountingPeriod is a record variable to table 50 Date1 and Date2 are date variables AccountingPeriod.RESET; AccountingPeriod.SETRANGE(“New Fiscal Year”,TRUE);Read more
- 1
- 2