How to grouping by dimensions

darmaadarmaa Member Posts: 65
edited 2014-10-19 in NAV Three Tier
Hello All,
I`m developing new module for localized customization in NAV2013 R2. I need to post to G/L entry grouping by dimensions/global2, shortcut2/ employees. I need to use default dimension setup. So how can I grouping by default dimension?

Comments

  • tinoruijstinoruijs Member Posts: 1,226
    So how can I grouping by default dimension?

    What do you mean?
    Are you looking voor analyzing the data? You'll need analyse view.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • BardurKnudsenBardurKnudsen Member, Microsoft Employee Posts: 137
    Take a look in codeunit 80 where G/L entries are summarized before posting using the InvPostingBuffer[] variable. There we also summarize per dimension combination.
    Bardur Knudsen
    Microsoft - Dynamics NAV
  • darmaadarmaa Member Posts: 65
    I can grouping lines using Dimension Set ID and post to Gen. Jnline. "Dimension Set ID" validate to fields of table /ValidateShortcutDimCode(4,"Shortcut Dimension 4 Code")/. But now I need validate it on Page action. How can I use it? I need Dimension Set ID(dim1,2,3,4)
Sign In or Register to comment.