Ledger Entry Dimension Question..

nditndit Member Posts: 2
Hi i have a quick (hopefully) question regarding the Ledger Entry Dimension table...In posting a Purchase Invoice, I am trying to find the point at which the Ledger Entry Dimension table gets the records for the posting entry. I am assuming it is somwhere in CU 12..but everywhere I check the records do not appear to exists yet.

Any Direction you can give me will be much appreciated.

Comments

  • ara3nara3n Member Posts: 9,257
    CU 12 finishcodeunit function
    movejnlinedimtoledgentrydim.

    GLEntry.INSERT;
    IF NOT InsertFAAllocDim(GLEntry."Entry No.") THEN
    DimMgt.MoveJnlLineDimToLedgEntryDim(
    TempJnlLineDim,DATABASE::"G/L Entry",GLEntry."Entry No.");
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.