Options

Posting w/Dimensions

timetime Member Posts: 8
edited 2002-12-12 in Navision Attain
Hi, I´m having troubles with a system that inserts into Gen.Jnl.Line(T81) and then calls Codeunit 12. The problem is that the values I insert into "Shortcut Dimension 1 Code" doesn´t seem to deliver through to the G/L Entry (the value goes into G/L Entry, but not into the Ledger Entry Dimension.
When I have G/L Accounts setup with Mandatory Department Code it gives me an error.

Anyone experience anything similar ?

Comments

  • Options
    timetime Member Posts: 8
    Oh, and I call Validate btw.
  • Options
    elbielbi Member Posts: 3
    try to validate the dimension in trigger OnAfterImportRecord:

    OnAfterImportRecord()
    VALIDATE("Shortcut Dimension 1 Code");

    this will insert the dimension in table 356 "Journal Line Dimension" that is needed by cu 12 to create "Ledger Entry Dimension"
  • Options
    DjangManDjangMan Member Posts: 15
    It's a bug in Attain. Said to be fixed in 3.60.

    C12 is clearing the TempJnlLineDim table and _then_ passing it to C11. And therefore C11 is not finding any line dimensions. :?

    That code isn't run except by older modules that didn't have support non-global dimensions.

    Django
Sign In or Register to comment.