One to many arrangement

qedqcd

Member
I would like to say choose the last name of a client, then the other items from the client table populate the remaining fields in the form. Is there a way to do this..in other words, last name, first name, date of birth, address, etc. when I choose last name..everything else populates in the remaining fields.

Thanks
 

qedqcd

Member
our current DaDaBIK version

You are using DaDaBIK version 10.2-Manarola enterprise, installed on Aug 19, 2020 (installation code: 150315dc0e87f0c032), the latest version of DaDaBIK is 10.2-Manarola released on Jul 15, 2020

You are runnning the last release of DaDaBIK

In case you want to upgrade to a more powerful edition (from Pro to Enterprise/Platinum, from Enteprise to Platinum) please contact us.

System info

PHP Version: 5.6.40

postgres version: 10.10

Web server: Apache/2.4.43 (Amazon) PHP/5.6.40

Client: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15

URL installation:
 

eugenio

Administrator
Staff member
Hello,
you should use calculated fields; consider that you can have duplicates on last names, it's not a unique field.

A side note: If you are using a select_single lookup field for the customer, you don't even need the other fields in the form, you probably have the id of the customer, that's enough to identify him/her.

Best,
 
Top