Multiselect in Openbiz

Hi.

I have one question for multiselect option in Openbiz.

Mysql Tables.

Aplication

|ID|APP|

|1|Dial|

|2|Macro|

 

Aplication_Data

|ID|APP|APPDATA|

|1|Dial|SIP/200|

|2|Macro|lala|

 

I like have one select to mark the APP and if select Dial I like other select to Aplication_data to APP=DIAL.

In PHP is very easy but in Openbiz I can't find the way. Any sugestion?

 

 

Do you want to show such

Do you want to show such checkboxes in a normal Edit form or a grid?

- support