Skip to main content
I have a few checkboxes that indicate different things. I would like to see if I can automaticly have a pick box field be filled with a corisponding check box on the same row.
2 个回答
  1. 2015年6月10日 20:59

    You can use Workflow Rule Field Updates for that.  The Workflow Rule will determine when the checkbox is checked, then set the appropriate value in the picklist.

     

    As a note, if the record can only have 1 picklist value, why not use the picklist directly instead of checkboxes?

     

    And, if multiple checkboxes can be selected, you won't want to store the 'collected selections' in a multi-select picklist since that data is not usable.
0/9000