Hi All,
I am looking for the linkage between the value entry and G/L entry.
Knowing that the system will only keep track the G/L entry no at Value Entry (as G/L Entry No. (Account)), however, it's only keep track for shipement/receipt, but not invoices.
is there any method/table that provide me the information?
Thank you.
Regards
Rachel
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thank you for replying.
Here is the step and the information that i am looking for :
1) a purchase invoice (PurchInv0001) with multiple items at the purchase line, say ItemA, ItemB.
2) Select on the Item Ledger Entry for the ItemA for the PurchInv0001.
3) then go to the Value entry for the Item Ledger entry selected.
4) select the value entry for ItemA (say the there is cost posted to G/L for this entry).
5) do the navigate.
6) will see the G/L entry under the "Table Name" column at the Navigate screen. Click "Show".
7) there will be a list of G/L entries. The list of G/L entry includes the G/L entry (eg direct cost entry) for ItemA and ItemB.
what i am looking for is : only the entries for ItemA.
I can not find any unique key to retrive the G/L entry for ItemA only.
TQ.
Regards
Rachel
The gl entries are created using the posting groups.
If you want this to be you need to change the posting buffer in codeunit 80 and 90.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
You can populate this field via the posting buffer in codeunit 80/90
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
:roll:
This is blank at my testposting... Am I doing something wrong?
Value Entry No. Field
The G/L Entry Table
The program automatically fills in this field.
If the entry has a corresponding entry in the Value Entry table, the number is copied from the Entry No. field. Otherwise, the field is blank.
each value entry number is written in the corresponding g/l entries.
it's a 1:2 relationship
of course, if you do not post automaticly the cost in the accounting and use post inventory cost to gl batch job with the posting method switched to "per posting group", then you will have a 1:many relationship and the "value entry number" field will remain blank.
did you testpost in cronus?
If you use this option more g/l entries are created. But the orriginal kost entry that is also created when this option is not used also remains blank.
such is life, everything has a cost :twisted:
since rachel mentioned that she finds a "list" of gl entries, i presume that, in her configuration, the cost is posted per entry.