yuuvis® RAD Q&A

0 votes
by (470 points)

Hello together,

in the designer I would like to reference an index field of a folder object.

Unfortunately the overview of the fields the designer presents is not as expected. It shows some fields multiple times and others are missing. Has anybody else run into this issue?

It is only one object which causes trouble. Has anybody else run into this issue and/or has an idea how to solve this?

I use version 4.6.

Kind regards.

4 Answers

+1 vote
by (19.6k points)
selected by
 
Best answer

Hello Christian,

thanks for providing your project-file. Here is what I found out.

  • The "name" field which you want to reference has the type StringEx (long string). This is currently not supported. You will have to change the fieldtype to string in order to be able to use it as a reference field. The string type can be configured to a maximum length of 4000 characters (mssql db) or 2000 characters (oracle db). I hope this will be sufficient for your needs.
    Since it is technically possible, I will file a change request to also support long string fields for references. So if you need this type, please hang on until one of the next releases.
  • The reason why some fields show up several times in the selection list is that only the display names of the fields are shown and the type "Kunde" acutally has several fields with the same display name (including the table columns). But you are right that this makes it hard to choose the desired field and we should additionally show the technical name. I will also file a change request for that.

I hope this helped.
Nicolai

by (470 points)
Hello Nicolai,

thank you for the effort. This will help us :)
0 votes
by (19.6k points)

Hello Christian,

from the information presented I can not really tell what the problem is but if you attach your project file and tell me from which field you are trying to reference to which other field, I will have a closer look into it.

by (470 points)
If it is fine for you I'll send it via email directly to you.
by (19.6k points)
OK, go ahead.
0 votes
by (18.5k points)

hm, why should it be neccessary to reference something which has a really long text? Isn´t it ok for normal strings as reference field

by (470 points)
In our case the normal string is sufficient.
0 votes
by (5.4k points)

Hi Christian,

from designer 4.10 we will be using technical names as primary display name of fields and objects, so it will be possible to nonambiguously use fields as references even if they have the same neutral name (as it was the case in your example).

best regards
Bratislav

...