Codeunit that posts dtl. cust. ledger entry

hi, does anyone know which codeunit in navision inserts “detailed cust. ledger entry”? i have been looking for it for the past half hour and do not know which codeunit inserts this record. thanks.

Codeunit 22 However, the Value Entries are LOCAL variables in some of the UserDefined triggers within Codeunit 22. That’s probably why you cannot find it. Lars Strøm Valsted ------------------------- Why can’t programmers tell the difference between Christmas and Halloween? Because OCT(31) = DEC(25)

Codeunit 12 (Gen. Jnl.-Post Line)

quote:


Originally posted by Agustin Carceller: Codeunit 12 (Gen. Jnl.-Post Line)


I concur. Codeunit 22 is for Item Value Entries. Regards! Kristopher Webb Kelar Corporation, Canada

Oops, sorry. You’re right Lars Strøm Valsted ------------------------- Why can’t programmers tell the difference between Christmas and Halloween? Because OCT(31) = DEC(25)

to add on to that, the codeunit 12 is to post “dtl. cust. ledger entries”. but the variable that is used to control the values that are are posted, apparently are stored in a temporary record buffer called “DtldCVLedgEntryBuf” in codeunit 12. the actual posting is done in function called “PostDtldCustLedgEntries”. thanks all.