i have the need to have multiple warehouses under multiple departments. How i am trying to handle this is by Using responsibility centres, with Dimension Codes defining the department, and locations.
Within my Nominal I have a couple of stock accounts and I can analyse these by department based upon the dimension values
This works fine for shipping and receiving in the warehouses, but when I use transfer orders to move stock around, then I get an issue. If i leave the Global Dimension field for the department blank, the posting of the ship and receipt (ship and receive are required) does not add a value to the dimension table for the from and too postings. If i fill a value in, then that value is used for the dimension values within the nominal ](*,)
Ideally what I want is to have the dimension of the responsibility centre, to which the location is attached to be used. Therefore the dimension will be different for the ship and receive process. Has anyone come across this before? If so how did you resolve it?
I am now going away to test selling to a customer attached to responsibility centre A, with the goods being shipped from responsibility centre B. Lets see what dimensions we get there!
Thanks
Tim 8-[
0
Comments
Yes I thought of that one, but it defeats my desire to use the analysis by dimension views within the nominal. It would mean that I can see all financial information by dimensions, except the stock. Not really desireable.
Tim
I've done a modification for client that wanted the same thing. Dimension comming from Location, and it works with transfer orders, and intransit location.
The modification isn't that hard, but it does take some time to make it work. Let me know if you want to see the code.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
CU 21. I've setup Default dimension for location.
Function
InsertItemLedgEntry(VAR ItemLedgEntry : Record "Item Ledger Entry";TransferItem : Boolean)
Function InsertValueEntry
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Tim
you don't need this if you are not using default dim on origin location.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n