Hi Claudia,

You should create new relations for new dimension codes only. Nothing else.
Just look at this:

Dimension
    |
     -----Array Elements
            |
             -----Cost center
            |       |
            |        -----Relations
            |                        Cost center == Dimensions.Num
            |                        1 == Dimensions.DimensionCode
             -----Purpose
            |        |
            |         -----Relations
            |                          Purpose == Dimensions.Num
            |                          2 == Dimensions.DimensionCode
             -----MyNewDimension1
            |        |
            |         -----Relations
            |                            MyNewDimension1 == Dimensions.Num
            |                            3 == Dimensions.DimensionCode

             -----MyNewDimension2
            |        |
            |         -----Relations
            |                            MyNewDimension2 == Dimensions.Num
            |                            4 == Dimensions.DimensionCode
Relations

             -----MyNewDimension3
            |        |
            |         -----Relations
            |                            MyNewDimension3 == Dimensions.Num
            |                            5 == Dimensions.DimensionCode
            |
            Relations
                      Dimension == Dimensions.Num
                      0 == Dimensions.DimensionCode

----- Original Message -----
From: "Claudia G?ries" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 04, 2004 4:13 PM
Subject: [development-axapta] Re: more than 3 dimensions - go to main table
doesn't work


> Hi Alex,
> i've thoght about that, but i don't really understand it.
> In Standard EDT Dimension has this relations:
>
> dimension = Dimensions.num
> 0 == Dimensions.dimensionCode
>
> Can't understand, how go to main table can work on Standard-Dimension
> 2 and 3 ???
>
> I have 6 relations, so I changed EDT Dimension and DimensionCreiteria
> as follows:
>             dimension = Dimensions.num
>             0 == Dimensions.dimensionCode
>             3 == Dimensions.dimensionCode
>             4 == Dimensions.dimensionCode
>             5 == Dimensions.dimensionCode
> In that case:
> - go to main table doesn't show any record of dimensions 1-3,
> - dimensions 4-6 don't have the funtion go to main table and
> - if i select a record via lookup (correct records are visible in
> lookup) on dimension 1, I've go the message "value ... on table
> dimensions not found".
>
> What's my mistake ?????
>
>
>
> --- In [EMAIL PROTECTED], "Alexander Usachev"
> <[EMAIL PROTECTED]> wrote:
> > Claudia,
> >
> > Check modifications of the relations on two of the Extended Data
> Types:
> > Dimension and DimensionCriteria.
> > You need to add relations like this:
> >
> >     NewDimension
> >         Relations
> >             NewDimension == Dimensions.Num
> >             3 == Dimensions.DimensionsCode
> >
> > Alex Usachev.
> > [EMAIL PROTECTED]
> >
> > ----- Original Message -----
> > From: "Claudia G?ries" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, February 04, 2004 1:27 PM
> > Subject: [development-axapta] more than 3 dimensions - go to main
> table
> > doesn't work
> >
> >
> > > Hi together,
> > > I've integrated dimension 4-6 in Axapta 3.0 SP2.
> > > I can create records in form Dimension,
> > > can select them in form InventTable from lookup,
> > > but go to main table doesn't work. (dimension 1-3 work fine).
> > > Any hint for me ?
> > > Thanks in advance !
> > > Claudia
> > >
> > >
> > >
> > >
> > >
> > > Yahoo! Groups Links
> > >
> > > To visit your group on the web, go to:
> > >  http://groups.yahoo.com/group/development-axapta/
> > >
> > > To unsubscribe from this group, send an email to:
> > >  [EMAIL PROTECTED]
> > >
> > > Your use of Yahoo! Groups is subject to:
> > >  http://docs.yahoo.com/info/terms/
> > >
> > >
>
>
>
>
>
> Yahoo! Groups Links
>
> To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
>
> To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>
> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
>
>



Yahoo! Groups Links

Reply via email to