Proably a Long Shot, but here goes
For an itemtype containing several fields, is it possible to "mirror" the value of one field to another field?
Let us say that we have 2 fields. One is a free text field, where you can enter a number between 0 and 2000.
The other field is a dropdown field, where you can select between 2000 options. Each of these 2000 options has a Label consisting of text, and a value consisting of number between 0 and 2000
any way of entering the number in field a and then show the name in field b, based on the relation between the matching numbers?
In backend that is. Not frontend.
Hope this makes some sort of sense?
Basically what I ask is, is there any way of two fields in an item "interacting" with each other?
/Hans