HI Guys,
I need help with the below requirement
Registered table
Object type (Emp_Det) in documentum
| r_object_id | salutation (repeating attr) | Name (repeating attr) |
|---|
| xxxxxxxxxxxxx | Mr,Dr | Jones,Flubber |
In the form builder our requirement is to show salutation and name from Em_Det object type in the below form builder control .

I.e when the form loads, salutation dropdown should load from registered table and the table should have no of rows matching no of values in the salutation attribute(Repeating attribute of Emp_Det object type). I.e if the repeating attribute salutation has two values Mr.Dr then 2 rows should be generated in the table like this..
salutation(dropdown) Name Comments
Mr Jones
Dr Flubber