Options

Cost Center and Profit Center Dimensions

bluesoulcurrybluesoulcurry Member Posts: 25
edited 2012-06-11 in NAV Three Tier
Hello All,

Hope all is well with you guys. I am a developer who have not used Dimensions till now. Now in one of our projects I have to use Dimensions with custom table. We have to link records of this table with Cost Center and Profit Center dimensions. So, each line should be linked Cost Center Dimension and Profit Center Dimension.

If you guys can shed light on how to achieve this functionality or just refer me to an example which is already in standard NAV, I would be really grateful.

Thank you in advance for your replies.

Comments

  • Options
    faizguy84faizguy84 Member Posts: 52
    Unposted entries are stored in Journal Line Dimension table and posted entries Dimensions are stored in ledger entry dimension table.

    You can refer code unit 411 408 and 12 to understand how dimension data is posted in standard NAV. Try to replicate the stanadard method for ur custom table.

    regards,
    Faisal Bukhari
  • Options
    rajnetplacerajnetplace Member Posts: 5
    you can add setup object no list on codeunit 408

    TableIDArray[24] := DATABASE::"Customer Contract";
  • Options
    bluesoulcurrybluesoulcurry Member Posts: 25
    Thank you to both of you. I am looking into your suggestions. I will get back if I have any doubt.

    Thank you once again.
Sign In or Register to comment.