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 Sponsor | |
|
|
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 the Yahoo! Terms of Service.

