Options

Activating a 4th financial dimension

PvOPvO Member Posts: 4
edited 2004-01-06 in Dynamics AX
We have purchased a 4th financial dimension and I would like to know where I can learn more about how to "activate" it so that Axapta has it in the tables.

The license code was accepted, but the 4th dimension does not show up.

We have Axpata 3.0 that is not in production yet.

Thank you,

Patrick

Comments

  • Options
    lindolindo Member Posts: 1
    edited 2003-11-24
    Hi,
    try searching in axapta developer's guide with keywords "dimension" and "add"

    br, Lin
  • Options
    globesoftwareglobesoftware Member Posts: 2
    Hi

    Axapta has no user interface when adding dimensions, you need to use the AOT and modify about 6 extended data types.

    Email me if you want to know which ones, or check the technet web site and you should find a post in there if you search.
  • Options
    PvOPvO Member Posts: 4
    Thanks for the lead, the Extended Data Types to change in the AOT are:

    DimCheck
    Dimension
    DimensionCriteria
    DimensionLedgerJournal
    MandatoryDimension

    If you want the labels to display someting else, you change it also there.

    Patrick
  • Options
    PvOPvO Member Posts: 4
    My last post about the extended data types was not complete

    Here are more steps to be done:
    Add element to DimensionAllocation and Dimension Allocation2
    Add relations to the Dimension and DimensionCriteria
    Add element to the SysDimension base data type
    DO NOT RENAME THE EXISTING ONES, but you can change the labels
    Add relation to the LedgerJournalTrans table

    More detailed information can be found in the Developers guide (i.e. AxDvgUs.chm in client\bin) by searching for "Adding Dimension".

    Patrick
Sign In or Register to comment.