Wednesday, June 27, 2018

What is the "Quantity Adjustment" Button in Inventory management In D365/Axapta.

It is very important to know the Quantity Adjustment through Inventory Management-Onhand Form.

It appears to create a single transaction with no Journal ID.

1. What is the purpose of this form?

Using this form for adjusting inventory quantity is basically identical to posting an counting journal for a specific item.

2. Can we add logging to it? what journal is used?

You can identify the transaction through the item transaction form but cannot open the counting journal as an ordinary user from the AX client.

3. What will be impact on costing if we adjust quantity using this form?

The impact on your costing will be that the inventory value is reduced or increased based on the number of items you specified to be on stock.

The technical information such as the trace log and classes related to this posting below:

\Data Dictionary\Tables\InventSite\Methods\changeDimension 29

\Classes\InventMov_Vir_Counting\defaultDimension                3

\Classes\InventUpdate\initInventTransPosting                    8

\Classes\InventUpdate\updateInventTransPosting                  5

\Classes\InventUpd_Physical\updateInventTransPosting            18

\Classes\InventUpd_Physical\updateNow                           69

\Classes\InventUpd_Financial\updateNow                          49

\Classes\WMSOnlineCountingServer\handleLine                     73

\Classes\WMSOnlineCountingServer\run                            19

\Classes\WMSOnlineCountingServer\validateRun                    3

\Classes\WMSOnlineCounting\validateRun                          3

\Forms\WMSOnlineCounting\Methods\canClose                       9

\Classes\FormRun\closeOk

After updating the quantity and clicking OK button the above trace log is generated.

It will update the quantity and financial dimension will update if settings exist on item or site. But, no journal number exist in counting journal.

No comments: