Hello all,
I'm testing cobalt but I'm stuck with this kind of select field.
I want a select field filled with information stored in another type using the user_id selected on the form.
(Like a linked combobox I supose)
Structure sample what I want to achieve:
Type Profile {size,color,address,user_id}
With data:
{10,red, Baker Street,956}
{5,blue, Fisher Street,956}
{12,pink, Plownder Street,954}
In new type shipment I want a select field filled with {red,blue} values for user_id=956 in the form in real time.
Any hints?
Hello all,
I'm testing cobalt but I'm stuck with this kind of select field.
I want a select field filled with information stored in another type using the user_id selected on the form.
(Like a linked combobox I supose)
Structure sample what I want to achieve:
Type Profile {size,color,address,user_id}
With data: {10,red, Baker Street,956} {5,blue, Fisher Street,956} {12,pink, Plownder Street,954}
In new type shipment I want a select field filled with {red,blue} values for user_id=956 in the form in real time.
Any hints?