Inventory value report

Hi,

I wanted to create a new customized inventory value report. This report should be same as inventory value report but parameters and report output design are different.

is there any standard class to calculate inventory items and financial amount, quantity, inventory amount like inventory value.

Thanks,

Hari

Instead of trying out complete new things, you can change the Contract class for your change in parameters and modify the code accordingly.

Also if you have new report design, you can specify that in controller class.

Let me know in case you have confusion in this.

Hi Lalit,

Thanks for your reply.

I am referring the view “inventValueReportView” to get the inventory value report data. Is it correct way?

Thanks,

Hari

For Inventory value report , the main class method which creates query is

Class → InventValueReportPopulateItem

Method → buildTransactionsWithDynamicQuery

Hi,

I am using AX2012 3.0. Is there a way to get Inventory value report that ends at prior month date, eg in first few days of June, I would run inventory value report for Inventory quantity and value as at 31st May. This value must tie to the GL Inventory Account.

Kind Regards,

Rick

LMJ,

A couple of questions.

The report design is hardcoded into the contract class and is loaded before the parameters form is displayed. How would someone modify the design name if they needed to keep both the original and custom design separate. Modifying the menu to point to the new design doesn’t appear to do any good.

Are there more in-depth documentation on how the InventValue “framework” can be modified? Haven’t had much luck finding information.

Thank you!