Forms Builder :: Add value to Table control

Haroon_A
Haroon_A Member
edited September 17, 2012 in Documentum #1

Hi all,

On my Document View template, I have a listbox(ListBox1) and I have a Table controle (Table1), which has an Insert/Delete button by default. My table has one column which is mapped to my custom doc_type repeating attribute. Up on clicking the Insert button, how can I 'tell' the Table(or the Insert) button to pick the selected value from my ListBox1 controle?

Thanks

Tagged:

Best Answer

  • Haroon_A
    Haroon_A Member
    edited August 31, 2012 #2 Answer ✓

    resolved, by adding necessary changes to xfm's of my form.

Answers

  • Haroon_A
    Haroon_A Member
    edited August 31, 2012 #3 Answer ✓

    resolved, by adding necessary changes to xfm's of my form.

  • Miranda_LeBlanc
    edited September 17, 2012 #4

    Can you provide a little more detail on what you changed in the xfm?

  • Haroon_A
    Haroon_A Member
    edited September 17, 2012 #5

    You need to use xforms:setvalue tag to reference your list's selection and your table. something like

    <xforms:setvalue ref="your table" value="yourlist" />