I think this was an upgrade in V10, but I noticed that TR_CONT_DESIGNATION now has a control group column. However, the column isn't a drop down. I've been adding the control group ID as the value. but haven't really been able to test it yet.
Has anyone else given this a try? Is the control group ID the correct value?
Yes, it is expecting the ID number.
We can change that column to a drop down in System Table Maintenance by updating the Dddw columns in the T_REFERNCE_TABLES table on the entry where table_name is TR_CONT_DESIGNATION and column_name is CONTROL_GROUP.
dddw_table = tr_control_group
dddw_value = id
dddw_description = description
dddw_null = 'Y' (check the tick box)