I have a table:
job_table
job_id
exployed_id
name_job
lookup tabel: employee_table
Link field: employee_id
name field: employee_name
edit tag: checkbox
in add_page of job_table how to show all employee with checked default to all checkbox(it show all unchecked default)?
when i select trademake, it would show all model(dynamic) with checked default.
You should not need to do anything if you have set up Dynamic Selection Lists because the options in the child field are changed according to the parent field.