• Сhoice in several fields

    By Maks Surmilo 1 decade ago

     

    Hello
    
    Tell me, can be done in this piklist choice in several fields. If I understand correctly - one field information is added.
    
    • Add an extra column

      By Steve Cochrane 1 decade ago

      Hello!

         I know this was posted a while ago, but this is what I did to fill in several fields from the picker:

      1. create an extra column in the source view, which will have a concatenation of several fields.  e..g. "field1~~field2~~field3", etc...
      2. in the picklist select the column you created in step #1.
      3. you can bound the selected value to a viewScope variable
      4. call an ssjsSelectFunction which will read the viewScope variable, pass the long string, and add each value to each computed or editable field.
      5. the "refreshID" can be a formTable or panel which includes all the fields you want to update.

      Have fun!